diff --git a/bin/v-change-vesta-port b/bin/v-change-vesta-port index 53beef2d..16e47ca3 100755 --- a/bin/v-change-vesta-port +++ b/bin/v-change-vesta-port @@ -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