After an app is installed create a mirror for it

This commit is contained in:
Bob Mottram 2016-11-03 11:54:12 +00:00
parent bf11180c10
commit 82378b2ba5
1 changed files with 4 additions and 0 deletions

View File

@ -541,6 +541,8 @@ function install_apps {
function_check add_users_after_install
add_users_after_install ${a}
${PROJECT_NAME}-mirrors --app ${a}
function_check install_completed
install_completed ${a}
echo $"${a} was installed from interactive"
@ -570,6 +572,8 @@ function install_apps {
function_check add_users_after_install
add_users_after_install ${a}
${PROJECT_NAME}-mirrors --app ${a}
function_check install_completed
install_completed ${a}
echo $"${a} was installed"