Prompt backup config during install
This commit is contained in:
parent
3a5e0b7a83
commit
266b1813eb
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ source "$dir/../../lib/action.fish"
|
|||
|
||||
function installAction -V dir
|
||||
source "$dir/../../lib/hooks.fish"
|
||||
source "$dir/../../lib/restoration.fish"
|
||||
|
||||
if not type -q getDeploymentScript
|
||||
function getDeploymentScript
|
||||
|
@ -13,6 +14,7 @@ function installAction -V dir
|
|||
end
|
||||
|
||||
set -l deployScript (getDeploymentScript)
|
||||
initBackupConfig --action restore
|
||||
runHook initialize || true
|
||||
and runHook installOS || true
|
||||
|
||||
|
|
Loading…
Reference in a new issue