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