mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
Update vst-install.sh
This commit is contained in:
parent
5556e03090
commit
7ad37eb7e2
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
||||||
# RHEL 5, 6, 7
|
# RHEL 5, 6, 7
|
||||||
# CentOS 5, 6, 7
|
# CentOS 5, 6, 7
|
||||||
# Debian 7, 8
|
# Debian 7, 8
|
||||||
# Ubuntu 12.04 - 16.04
|
# Ubuntu 12.04 - 16.10
|
||||||
#
|
#
|
||||||
|
|
||||||
# Am I root?
|
# Am I root?
|
||||||
|
@ -21,7 +21,7 @@ fi
|
||||||
if [ ! -z "$(grep ^admin: /etc/passwd)" ] && [ -z "$1" ]; then
|
if [ ! -z "$(grep ^admin: /etc/passwd)" ] && [ -z "$1" ]; then
|
||||||
echo "Error: user admin exists"
|
echo "Error: user admin exists"
|
||||||
echo
|
echo
|
||||||
echo 'Please remove admin user account before proceeding.'
|
echo 'Please remove admin user before proceeding.'
|
||||||
echo 'If you want to do it automatically run installer with -f option:'
|
echo 'If you want to do it automatically run installer with -f option:'
|
||||||
echo "Example: bash $0 --force"
|
echo "Example: bash $0 --force"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue