From a7b95721656bcb29a9ed3ae7739661fcbb292344 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 4 Dec 2024 18:56:17 +0100 Subject: [PATCH] Make config function name more concise --- scripts/Common/OS/backup.fish | 2 +- scripts/lib/restoration.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" ]