Skip to content

Commit 5bd2705

Browse files
authored
Fix function check_result
Check_error not defined
1 parent 1ea1bf6 commit 5bd2705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ fi
236236

237237
# Checking root permissions
238238
if [ "x$(id -u)" != 'x0' ]; then
239-
check_error 1 "Script can be run executed only by root"
239+
check_result 1 "Script can be run executed only by root"
240240
fi
241241

242242
# Checking admin user account

0 commit comments

Comments
 (0)