Update v-update-myvesta

This commit is contained in:
myvesta 2023-02-05 16:17:46 +01:00 committed by GitHub
commit 5007cc2edf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
# The function is downloading the very latest build of myVesta
#----------------------------------------------------------#
# Verifications #
# Verifications & Variable & Function #
#----------------------------------------------------------#
whoami=$(whoami)
@ -14,6 +14,9 @@ if [ "$whoami" != "root" ]; then
exit 1
fi
# Includes
source /usr/local/vesta/func/main.sh
#----------------------------------------------------------#
# Action #
#----------------------------------------------------------#