From 79f5024f50bfb1623044ef237ea8e6cbaca76d1e Mon Sep 17 00:00:00 2001 From: pvincent Date: Sat, 22 Aug 2026 19:39:11 +0400 Subject: [PATCH] self-upgrade exec bash -l --- lib/self-upgrade.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/self-upgrade.bash b/lib/self-upgrade.bash index 327adba..b25dbc1 100644 --- a/lib/self-upgrade.bash +++ b/lib/self-upgrade.bash @@ -51,7 +51,7 @@ function perform_upgrade { sudo mv "$MIAOU_BASH_DIR" "$backup" if "$backup"/install.sh upgraded; then sudo rm -rf "$backup" - exec bash -l + echo -e "to refresh your shell, you should now perform:\n\texec bash -l" else echo "ERROR: trouble during self-upgrade: revert back" sudo rm -rf "$MIAOU_BASH_DIR"