Update v-change-vesta-port

This commit is contained in:
dpeca 2019-08-24 02:17:24 +02:00 committed by GitHub
commit f9b68027da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,9 @@ if [ "$whoami" != "root" ] && [ "$whoami" != "admin" ] ; then
exit 1;
fi
if [ -z "$VESTA" ]; then
VESTA="/usr/local/vesta"
fi
# Argument definition
port=$1