mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Update v-change-vesta-port
This commit is contained in:
parent
6343b3e20d
commit
f9b68027da
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue