diff options
author | Simon Rettberg | 2022-06-01 15:14:11 +0200 |
---|---|---|
committer | Simon Rettberg | 2022-06-01 15:14:11 +0200 |
commit | 2be2bdf36b2083f1c4e201fc285684d6627e3442 (patch) | |
tree | 68209b95a1f8e8b18852f9196ca8f6832706312f /satellit_upgrader | |
parent | [SSPS] Add dnbd3 stage4 cleanup cronjob (diff) | |
download | setup-scripts-2be2bdf36b2083f1c4e201fc285684d6627e3442.tar.gz setup-scripts-2be2bdf36b2083f1c4e201fc285684d6627e3442.tar.xz setup-scripts-2be2bdf36b2083f1c4e201fc285684d6627e3442.zip |
[SSUS] Use --force not --update to downgrade server
Diffstat (limited to 'satellit_upgrader')
-rw-r--r-- | satellit_upgrader/updater.template.sh | 2 |
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 |