|
@@ -570,6 +570,9 @@ function install_apps {
|
570
|
570
|
|
571
|
571
|
${PROJECT_NAME}-mirrors --app ${a}
|
572
|
572
|
|
|
573
|
+ function_check set_command_file_permissions
|
|
574
|
+ set_command_file_permissions
|
|
575
|
+
|
573
|
576
|
function_check install_completed
|
574
|
577
|
install_completed ${a}
|
575
|
578
|
echo $"${a} was installed from interactive"
|
|
@@ -599,6 +602,9 @@ function install_apps {
|
599
|
602
|
function_check add_users_after_install
|
600
|
603
|
add_users_after_install ${a}
|
601
|
604
|
|
|
605
|
+ function_check set_command_file_permissions
|
|
606
|
+ set_command_file_permissions
|
|
607
|
+
|
602
|
608
|
${PROJECT_NAME}-mirrors --app ${a}
|
603
|
609
|
|
604
|
610
|
function_check install_completed
|