summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2022-06-01 15:14:11 +0200
committerSimon Rettberg2022-06-01 15:14:11 +0200
commit2be2bdf36b2083f1c4e201fc285684d6627e3442 (patch)
tree68209b95a1f8e8b18852f9196ca8f6832706312f
parent[SSPS] Add dnbd3 stage4 cleanup cronjob (diff)
downloadsetup-scripts-2be2bdf36b2083f1c4e201fc285684d6627e3442.tar.gz
setup-scripts-2be2bdf36b2083f1c4e201fc285684d6627e3442.tar.xz
setup-scripts-2be2bdf36b2083f1c4e201fc285684d6627e3442.zip
[SSUS] Use --force not --update to downgrade server
-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