From 31d01d90a3a8109dc0b39de76023d10051c7d6cd Mon Sep 17 00:00:00 2001 From: HeyJack Date: Sat, 14 Nov 2020 20:44:44 +0000 Subject: [PATCH] Fix Upgrades for Panel and Daemon/Wings in #21 --- install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index c3b1600..f2c3f34 100644 --- a/install.sh +++ b/install.sh @@ -2140,13 +2140,11 @@ case $installoption in ;; 12) migrate_wings ;; - 13) theme_options - upgrade_pterodactyl_0.7.19 - theme + 13) upgrade_pterodactyl_1.0 migrate_wings ;; 14) theme_options - upgrade_pterodactyl_1.0 + upgrade_pterodactyl_0.7.19 theme upgrade_daemon ;;