Преглед изворни кода

Fix function check_result

Check_error not defined
Maksim Usmanov | Maks пре 7 година
родитељ
комит
5bd270591c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      install/vst-install-ubuntu.sh

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

@@ -236,7 +236,7 @@ fi
 
 # Checking root permissions
 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
 
 # Checking admin user account