Add update option
This commit is contained in:
parent
38b767034d
commit
f4cfbb71cf
@ -42,6 +42,7 @@ Please enter an option from below:
|
||||
[1] Launch Hestia Web Portal
|
||||
[2] Quit Hestia Web Portal
|
||||
[3] View the logs
|
||||
[4] Update Hestia
|
||||
|
||||
[0] Quit Control Panel"
|
||||
|
||||
@ -67,6 +68,10 @@ case "$opt" in
|
||||
clear
|
||||
less log.txt
|
||||
;;
|
||||
4)
|
||||
# Update Hestia
|
||||
git pull && ./hestia.sh
|
||||
;;
|
||||
0)
|
||||
# Exit the script
|
||||
clear
|
||||
|
Loading…
Reference in New Issue
Block a user