neilpang 2020-01-15 21:43:49 +08:00
parent 5aa0f547cf
commit ac3667c765
1 changed files with 1 additions and 0 deletions

View File

@ -6303,6 +6303,7 @@ _installOnline() {
chmod +x $PROJECT_ENTRY
if ./$PROJECT_ENTRY install "$_nocron" "" "$_noprofile"; then
_info "Install success!"
_initpath
_saveaccountconf "UPGRADE_HASH" "$(_getMasterHash)"
fi