Skip to content
Snippets Groups Projects
Commit 02ccca76 authored by Bob Mottram's avatar Bob Mottram
Browse files

Save app variables when installing

parent 7bac22db
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment