Make config function name more concise
This commit is contained in:
parent
be9750131a
commit
eb326ce1cb
2 changed files with 2 additions and 2 deletions
|
@ -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..."
|
||||
|
|
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue