Compare commits

..

No commits in common. "0faff182f8c41cb2fcd16140b71d4fcecdacd336" and "0a246d043dd2261dbf5c4d1cfff64c7e757584e6" have entirely different histories.

View File

@ -28,9 +28,7 @@ dockerSwitcherSwap()
# new mode. LibrePortal's own control plane is reconciled automatically
# (reconcileDockerOwnership), but app data is not touched — the safe way
# to carry stateful apps across is backup-before / restore-after.
isNotice "Switching Docker mode re-maps container ownership."
isNotice "Back up any stateful apps (databases etc.) BEFORE switching and restore them AFTER."
isNotice "App data is intentionally left untouched here."
isNotice "Switching Docker mode re-maps container ownership. Back up any stateful apps (databases etc.) BEFORE switching and restore them AFTER — app data is intentionally left untouched here."
if [[ $CFG_DOCKER_INSTALL_TYPE == "rooted" ]]; then
if [[ $flag != "cli" ]]; then