Prechádzať zdrojové kódy

Fix function check_result

Check_error not defined
Maksim Usmanov | Maks 7 rokov pred
rodič
commit
5bd270591c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      install/vst-install-ubuntu.sh

+ 1 - 1
install/vst-install-ubuntu.sh

@@ -236,7 +236,7 @@ fi
 
 
 # Checking root permissions
 # Checking root permissions
 if [ "x$(id -u)" != 'x0' ]; then
 if [ "x$(id -u)" != 'x0' ]; then
-    check_error 1 "Script can be run executed only by root"
+    check_result 1 "Script can be run executed only by root"
 fi
 fi
 
 
 # Checking admin user account
 # Checking admin user account