Explorar o código

Changed to and instead of or

Daniel Gibbs %!s(int64=10) %!d(string=hai) anos
pai
achega
3b7afb9fea
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/check.sh

+ 1 - 1
functions/check.sh

@@ -21,7 +21,7 @@ array_contains () {
 
 check_root.sh
 
-if [ "${function_selfname}" != "command_install.sh" ]||[ "${function_selfname}" != "update_functions.sh" ]; then
+if [ "${function_selfname}" != "command_install.sh" ] && [ "${function_selfname}" != "update_functions.sh" ]; then
 	check_systemdir.sh
 fi