After an app is installed create a mirror for it
This commit is contained in:
parent
bf11180c10
commit
82378b2ba5
|
@ -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 {
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue