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

After an app is installed create a mirror for it

parent bf11180c
No related branches found
No related tags found
No related merge requests found
...@@ -541,6 +541,8 @@ function install_apps { ...@@ -541,6 +541,8 @@ function install_apps {
function_check add_users_after_install function_check add_users_after_install
add_users_after_install ${a} add_users_after_install ${a}
${PROJECT_NAME}-mirrors --app ${a}
function_check install_completed function_check install_completed
install_completed ${a} install_completed ${a}
echo $"${a} was installed from interactive" echo $"${a} was installed from interactive"
...@@ -570,6 +572,8 @@ function install_apps { ...@@ -570,6 +572,8 @@ function install_apps {
function_check add_users_after_install function_check add_users_after_install
add_users_after_install ${a} add_users_after_install ${a}
${PROJECT_NAME}-mirrors --app ${a}
function_check install_completed function_check install_completed
install_completed ${a} install_completed ${a}
echo $"${a} was installed" echo $"${a} was installed"
......
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