|
@@ -11,6 +11,7 @@ lgsm_version="060316"
|
|
|
# check.sh selects which checks to run by using arrays
|
|
# check.sh selects which checks to run by using arrays
|
|
|
|
|
|
|
|
check_root.sh
|
|
check_root.sh
|
|
|
|
|
+check_permissions.sh
|
|
|
|
|
|
|
|
if [ "${function_selfname}" != "command_install.sh" ] && [ "${function_selfname}" != "command_update_functions.sh" ]; then
|
|
if [ "${function_selfname}" != "command_install.sh" ] && [ "${function_selfname}" != "command_update_functions.sh" ]; then
|
|
|
check_system_dir.sh
|
|
check_system_dir.sh
|
|
@@ -64,4 +65,4 @@ do
|
|
|
if [ "${allowed_command}" == "${function_selfname}" ]; then
|
|
if [ "${allowed_command}" == "${function_selfname}" ]; then
|
|
|
check_config.sh
|
|
check_config.sh
|
|
|
fi
|
|
fi
|
|
|
-done
|
|
|
|
|
|
|
+done
|