Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
soup: initialize MYSQL_DISABLED #1358
Browse files Browse the repository at this point in the history
  • Loading branch information
dougburks committed Oct 29, 2018
1 parent ade07aa commit 93c280b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/soup
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ if apt-get dist-upgrade --assume-no |grep mysql-server >/dev/null; then
echo "done."
echo $BANNER
# Check to see if mysql is disabled
MYSQL_DISABLED=""
systemctl is-enabled --quiet mysql.service || MYSQL_DISABLED="yes"
# Enable mysql so that upgrade will succeed
systemctl enable mysql.service
Expand Down

0 comments on commit 93c280b

Please sign in to comment.