mirror of
https://github.com/ovh/debian-cis.git
synced 2025-06-22 18:53:42 +02:00
IMP(shellcheck): fix harmless warnings
This commit is contained in:
@ -15,6 +15,7 @@ backup_file() {
|
||||
TARGET="$BACKUPDIR/$TARGET"
|
||||
debug "Backuping $FILE to $TARGET"
|
||||
cp -a $FILE $TARGET
|
||||
# shellcheck disable=2034
|
||||
FNRET=0
|
||||
fi
|
||||
}
|
||||
|
Reference in New Issue
Block a user