fix hooks count

This commit is contained in:
pvincent
2026-08-23 10:56:14 +04:00
parent fa7cee410c
commit aea429a459
+1
View File
@@ -43,6 +43,7 @@ function system_upgrade {
echo "up-to-date version: $current" echo "up-to-date version: $current"
else else
echo "new version available: $latest" echo "new version available: $latest"
#TODO: should down new file self-upgrade.bash, then call it again
perform_upgrade perform_upgrade
fi fi
} }