summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--satellit_upgrader/updater.template.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/satellit_upgrader/updater.template.sh b/satellit_upgrader/updater.template.sh
index 19997c0..4fad8c6 100644
--- a/satellit_upgrader/updater.template.sh
+++ b/satellit_upgrader/updater.template.sh
@@ -252,7 +252,7 @@ if [ -n "$TGZ_SLXADMIN" ]; then
: # Negate so NaN triggers else branch
else
pwarning "This update seems to be older than the version you're currently running."
- [ -z "${DO_UPDATE}" ] && perror "Pass --update to install anyways."
+ [ -z "${FORCE}" ] && perror "Pass --force to install anyways."
echo -n "Press Ctrl+C to cancel update..."
for i in 5 4 3 2 1; do
sleep 1