mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -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;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ -z "$VESTA" ]; then
|
||||||
|
VESTA="/usr/local/vesta"
|
||||||
|
fi
|
||||||
|
|
||||||
# Argument definition
|
# Argument definition
|
||||||
port=$1
|
port=$1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue