Skip to content

Commit cbaffbd

Browse files
authored
Merge pull request hestiacp#1704 from serghey-rodin/Skamasle-patch-2
Fix function check_result
2 parents 1ea1bf6 + 5bd2705 commit cbaffbd

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)