diff --git a/scripts/Common/OS/backup.fish b/scripts/Common/OS/backup.fish index 16a9e849..835070d9 100644 --- a/scripts/Common/OS/backup.fish +++ b/scripts/Common/OS/backup.fish @@ -14,7 +14,7 @@ function backupAction -V dir end set -l deployScript (getDeploymentScript) - initConfig --action backup + initBackupConfig --action backup runHook backupSoftware || begin echo "Backing up software..." diff --git a/scripts/lib/restoration.fish b/scripts/lib/restoration.fish index 1db614d9..d85707f9 100644 --- a/scripts/lib/restoration.fish +++ b/scripts/lib/restoration.fish @@ -1,6 +1,6 @@ set -l dir (status dirname) -function initConfig -V dir -d "Fetches the configuration by prompting the user to " +function initBackupConfig -V dir -d "Fetches the configuration by prompting the user to " set -l disabled VALHALLA_BACKUP_DISABLED if [ -z "$$disabled" ]