mirror of
https://github.com/ovh/debian-cis.git
synced 2025-06-21 18:23:42 +02:00
IMP(shellcheck): add run-shellcheck prefix
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
# CIS Debian Hardening common functions
|
||||
|
||||
# run-shellcheck
|
||||
#
|
||||
# File Backup functions
|
||||
#
|
||||
|
@ -1,5 +1,6 @@
|
||||
# Defines constants for CIS Debian Hardening
|
||||
|
||||
# run-shellcheck
|
||||
# Script and shell commands homogeneity
|
||||
export LANG=C
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
# run-shellcheck
|
||||
|
||||
LONG_SCRIPT_NAME=$(basename $0)
|
||||
SCRIPT_NAME=${LONG_SCRIPT_NAME%.sh}
|
||||
# Variable initialization, to avoid crash
|
||||
|
@ -1,5 +1,7 @@
|
||||
# CIS Debian Hardening Utility functions
|
||||
|
||||
# run-shellcheck
|
||||
|
||||
#
|
||||
# Sysctl
|
||||
#
|
||||
|
Reference in New Issue
Block a user