Save app variables when installing
This commit is contained in:
parent
7bac22dbf7
commit
02ccca76a7
|
@ -418,6 +418,7 @@ function install_apps {
|
|||
else
|
||||
echo $"Installing application: ${a}"
|
||||
install_${a}
|
||||
app_save_variables ${a}
|
||||
install_completed ${a}
|
||||
echo $"${a} was installed"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue