mirror of
https://github.com/ovh/debian-cis.git
synced 2025-06-21 18:23:42 +02:00
Replace CIS_ROOT_DIR by a more flexible system (#204)
* Replace CIS_ROOT_DIR by a more flexible system * Try to adapt the logic change to the functional tests
This commit is contained in:
@ -6,4 +6,4 @@ LOGLEVEL=info
|
||||
|
||||
# Backup directory, every file modified by hardening will be backuped here, with versionning
|
||||
# Means that if a file is modified more than once during the process, you will have hardening step diffs in the folder
|
||||
BACKUPDIR="$CIS_ROOT_DIR/tmp/backups"
|
||||
BACKUPDIR="${CIS_TMP_DIR}/backups"
|
||||
|
Reference in New Issue
Block a user