From ca139df4c9f96a9c31c5a8e9a2d568667a08b811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roni=20V=C3=A4yrynen?= Date: Sun, 12 Sep 2021 11:11:26 +0300 Subject: [PATCH] add mention to self upgrade that current version is being used if update fails --- xo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo-install.sh b/xo-install.sh index 6671d2a..8e542fc 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -107,7 +107,7 @@ function SelfUpgrade { printok "Self upgrade done" exec "$SCRIPT_DIR/xo-install.sh" "$@" } || - printfail "Failed to self upgrade. Check logs for more details" + printfail "Failed to self upgrade. Check logs for more details. Continuing with current version" fi fi fi