Make config function name more concise
This commit is contained in:
parent
972de35629
commit
a7b9572165
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ function backupAction -V dir
|
||||||
end
|
end
|
||||||
|
|
||||||
set -l deployScript (getDeploymentScript)
|
set -l deployScript (getDeploymentScript)
|
||||||
initConfig --action backup
|
initBackupConfig --action backup
|
||||||
|
|
||||||
runHook backupSoftware || begin
|
runHook backupSoftware || begin
|
||||||
echo "Backing up software..."
|
echo "Backing up software..."
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
set -l dir (status dirname)
|
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
|
set -l disabled VALHALLA_BACKUP_DISABLED
|
||||||
|
|
||||||
if [ -z "$$disabled" ]
|
if [ -z "$$disabled" ]
|
||||||
|
|
Loading…
Reference in a new issue