Skip to content

Commit c647fe1

Browse files
Merge pull request hestiacp#1385 from ioannidesalex/patch-2
Update vst-install.sh
2 parents 5556e03 + 7ad37eb commit c647fe1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/vst-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# RHEL 5, 6, 7
99
# CentOS 5, 6, 7
1010
# Debian 7, 8
11-
# Ubuntu 12.04 - 16.04
11+
# Ubuntu 12.04 - 16.10
1212
#
1313

1414
# Am I root?
@@ -21,7 +21,7 @@ fi
2121
if [ ! -z "$(grep ^admin: /etc/passwd)" ] && [ -z "$1" ]; then
2222
echo "Error: user admin exists"
2323
echo
24-
echo 'Please remove admin user account before proceeding.'
24+
echo 'Please remove admin user before proceeding.'
2525
echo 'If you want to do it automatically run installer with -f option:'
2626
echo "Example: bash $0 --force"
2727
exit 1

0 commit comments

Comments
 (0)