Procházet zdrojové kódy

corrected systemdir checks

Daniel Gibbs před 10 roky
rodič
revize
be2c79e028
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      functions/check.sh

+ 1 - 1
functions/check.sh

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