Просмотр исходного кода

Merge pull request #1704 from serghey-rodin/Skamasle-patch-2

Fix function check_result
dpeca 7 лет назад
Родитель
Сommit
cbaffbd561
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