Browse Source

update functions bypasses systemdir check

Daniel Gibbs 10 years ago
parent
commit
3be4b933e8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      functions/check.sh

+ 2 - 2
functions/check.sh

@@ -2,7 +2,7 @@
 # LGSM fn_check function
 # LGSM fn_check function
 # Author: Daniel Gibbs
 # Author: Daniel Gibbs
 # Website: http://gameservermanagers.com
 # Website: http://gameservermanagers.com
-lgsm_version="170116"
+lgsm_version="050216"
 
 
 # Description: Overall function for managing checks.
 # Description: Overall function for managing checks.
 # Runs checks that will either halt on or fix an issue.
 # Runs checks that will either halt on or fix an issue.
@@ -21,7 +21,7 @@ array_contains () {
 
 
 check_root.sh
 check_root.sh
 
 
-if [ "${function_selfname}" != "command_install.sh" ]; then
+if [ "${function_selfname}" != "command_install.sh" ]||[ "${function_selfname}" != "update_functions.sh" ]; then
 	check_systemdir.sh
 	check_systemdir.sh
 fi
 fi