Save app variables when installing

This commit is contained in:
Bob Mottram 2016-10-10 15:07:14 +01:00
parent 7bac22dbf7
commit 02ccca76a7
1 changed files with 1 additions and 0 deletions

View File

@ -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