mirror of
https://github.com/ovh/debian-cis.git
synced 2025-08-06 23:25:49 +02:00
IMP(shellcheck): fix harmless warnings
This commit is contained in:
@@ -23,7 +23,7 @@ SUDO_CMD=""
|
||||
export PATH='/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
|
||||
|
||||
# Arguments parsing
|
||||
while [[ $# > 0 ]]; do
|
||||
while [[ $# -gt 0 ]]; do
|
||||
ARG="$1"
|
||||
case $ARG in
|
||||
--audit-all)
|
||||
|
Reference in New Issue
Block a user