Change function name
This commit is contained in:
parent
c4de2e86d2
commit
466dec4d89
|
@ -39,7 +39,7 @@ function install_final {
|
||||||
fi
|
fi
|
||||||
function_check split_gpg_key_into_fragments
|
function_check split_gpg_key_into_fragments
|
||||||
split_gpg_key_into_fragments
|
split_gpg_key_into_fragments
|
||||||
set_command_file_permissions
|
lockdown_permissions
|
||||||
|
|
||||||
mark_completed $FUNCNAME
|
mark_completed $FUNCNAME
|
||||||
clear
|
clear
|
||||||
|
|
|
@ -570,8 +570,8 @@ function install_apps {
|
||||||
|
|
||||||
${PROJECT_NAME}-mirrors --app ${a}
|
${PROJECT_NAME}-mirrors --app ${a}
|
||||||
|
|
||||||
function_check set_command_file_permissions
|
function_check lockdown_permissions
|
||||||
set_command_file_permissions
|
lockdown_permissions
|
||||||
|
|
||||||
function_check install_completed
|
function_check install_completed
|
||||||
install_completed ${a}
|
install_completed ${a}
|
||||||
|
@ -602,8 +602,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}
|
||||||
|
|
||||||
function_check set_command_file_permissions
|
function_check lockdown_permissions
|
||||||
set_command_file_permissions
|
lockdown_permissions
|
||||||
|
|
||||||
${PROJECT_NAME}-mirrors --app ${a}
|
${PROJECT_NAME}-mirrors --app ${a}
|
||||||
|
|
||||||
|
|
|
@ -416,7 +416,7 @@ function remove_serial_logins {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function set_command_file_permissions {
|
function lockdown_permissions {
|
||||||
if [ -d /bin ]; then
|
if [ -d /bin ]; then
|
||||||
chown root:root /bin/*
|
chown root:root /bin/*
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue