Fixed DB delete in purge-server-all

Nginx should be purged/removed first  because mysql is needed to DB delete.
This commit is contained in:
Cristhian Martínez Ochoa 2018-01-16 12:09:44 -07:00
parent f50af4fc4f
commit fd22be98ce
2 changed files with 2 additions and 2 deletions

View file

@ -439,9 +439,9 @@ elif [[ $opt == "-purge-server-all" ]]; then
if [[ $answer == [Yy] ]]; then
conf_write delall true
stack -nginx -purge
stack -mysql -purge
stack -php -purge
stack -nginx -purge
conf_delete delall
echo "${gre}"

2
weby
View file

@ -2,7 +2,7 @@
# Webinoly script.
# This script is designed to install latest Webinoly.
webyversion="1.2.1"
webyversion="1.2.2-beta"
# Check OS support