From 7fc5be5f3fe40bb668b5d9d4c79235346a75581e Mon Sep 17 00:00:00 2001 From: pvincent Date: Mon, 24 Aug 2026 16:57:42 +0400 Subject: [PATCH] development mode self-upgrade --- lib/self-upgrade.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/self-upgrade.bash b/lib/self-upgrade.bash index 6f9f44f..cca8f67 100644 --- a/lib/self-upgrade.bash +++ b/lib/self-upgrade.bash @@ -25,7 +25,9 @@ function development_upgrade { echo already up-to-date else sudo_root - sudo miaou lib/initiate.bash + sudo miaou-bash "$MIAOU_BASH_DIR"/lib/initiate.bash + echo "reset session now!" + exec bash -l fi }