mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 05:44:07 -07:00
Update v-update-myvesta
This commit is contained in:
parent
a10f82af30
commit
5007cc2edf
1 changed files with 4 additions and 1 deletions
|
@ -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 #
|
||||
#----------------------------------------------------------#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue