Compare commits
2 Commits
8712be2631
...
c60520e845
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c60520e845 | ||
|
|
e944a33d8f |
4
init.sh
4
init.sh
@ -1319,12 +1319,16 @@ runFullUninstall()
|
||||
isNotice "LEFT IN PLACE: the docker engine, docker-compose, apt-installed deps,"
|
||||
isNotice "and your SSH config (so you can't get locked out)."
|
||||
echo ""
|
||||
if [[ "$init_unattended_mode" == true ]]; then
|
||||
isNotice "Unattended mode — proceeding without the DELETE LIBREPORTAL prompt."
|
||||
else
|
||||
isQuestion "Type exactly DELETE LIBREPORTAL to confirm:"
|
||||
local confirm; read -r confirm
|
||||
if [[ "$confirm" != "DELETE LIBREPORTAL" ]]; then
|
||||
isNotice "Aborted — nothing was removed."
|
||||
return 0
|
||||
fi
|
||||
fi
|
||||
|
||||
isHeader "Tearing down LibrePortal"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user