You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: install/hst-migration.sh
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,20 @@ if [ ! "$VERSION" = "0.9.8" ]; then
56
56
exit 1
57
57
fi
58
58
59
+
# Inform abouot and ask to proceed migration.
60
+
loop=1
61
+
while [ "$loop"-eq 1 ];do
62
+
read -p "Would you like to migrate to HestiaCP? Please be warned, that we remvoe and do not support softaculous and payed VestaCP extensions! [yes/no]: " api
0 commit comments