From e1d6956edea07a874f0fa66bcf0aa65aedfe1598 Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Mon, 25 Nov 2024 10:41:33 +1030 Subject: [PATCH] Add data loss warning to install.sh This change clarifies the warning message in install.sh to signify the action is a clean re-install, including data loss. Ask me why this is important :( --- OneLiner/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/OneLiner/install.sh b/OneLiner/install.sh index 543f1d8..db4f04a 100644 --- a/OneLiner/install.sh +++ b/OneLiner/install.sh @@ -9,7 +9,8 @@ Welcome to the installation script for Unifi Network Application. This will deploy both the Unifi Network Application and MongoDB container, along with a bridge network to connect the two. -If you previously deployed containers unifi-db and unifi-network-application, they will be reinstalled. +If you previously deployed containers unifi-db and unifi-network-application, they will be REMOVED, and all data will be lost. +This script is only used for deploying clean installations and NOT for upgrades. ' read -p "Press enter to continue: " user_input if [ "$user_input" = "" ]; then