We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5556e03 + 7ad37eb commit c647fe1Copy full SHA for c647fe1
install/vst-install.sh
@@ -8,7 +8,7 @@
8
# RHEL 5, 6, 7
9
# CentOS 5, 6, 7
10
# Debian 7, 8
11
-# Ubuntu 12.04 - 16.04
+# Ubuntu 12.04 - 16.10
12
#
13
14
# Am I root?
@@ -21,7 +21,7 @@ fi
21
if [ ! -z "$(grep ^admin: /etc/passwd)" ] && [ -z "$1" ]; then
22
echo "Error: user admin exists"
23
echo
24
- echo 'Please remove admin user account before proceeding.'
+ echo 'Please remove admin user before proceeding.'
25
echo 'If you want to do it automatically run installer with -f option:'
26
echo "Example: bash $0 --force"
27
exit 1
0 commit comments