This commit is contained in:
juewuy
2026-03-25 19:49:20 +08:00
parent b1622958e0
commit 13aa2f20cf
4 changed files with 22 additions and 129 deletions

View File

@@ -153,7 +153,7 @@ ckstatus() {
zip_type=$(echo "$file" | grep -oE 'tar.gz$|upx$|gz$')
. "$CRASHDIR"/menus/9_upgrade.sh && setcoretype
. "$CRASHDIR"/libs/core_tools.sh && core_check "/tmp/$file"
if [ "$?" = 0 ]; then
if [ "$?" = 0 ] && [ -n "$crashcore" ]; then
msg_alert "\033[32m$MENU_CORE_LOADED_OK\033[0m"
switch_core
else