From aea429a459d0c4154683fb0eb4ee3a7b6902433c Mon Sep 17 00:00:00 2001 From: pvincent Date: Sun, 23 Aug 2026 10:56:14 +0400 Subject: [PATCH] fix hooks count --- lib/self-upgrade.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/self-upgrade.bash b/lib/self-upgrade.bash index 92d768e..d1108c0 100644 --- a/lib/self-upgrade.bash +++ b/lib/self-upgrade.bash @@ -43,6 +43,7 @@ function system_upgrade { echo "up-to-date version: $current" else echo "new version available: $latest" + #TODO: should down new file self-upgrade.bash, then call it again perform_upgrade fi }