Browse Source

fix hooks count

main
pvincent 2 weeks ago
parent
commit
aea429a459
  1. 1
      lib/self-upgrade.bash

1
lib/self-upgrade.bash

@ -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
} }

Loading…
Cancel
Save