时空更新脚本优化

main
grimm 2024-07-18 15:48:39 +08:00
parent 175454150f
commit 96b6273b67
1 changed files with 3 additions and 3 deletions

View File

@ -226,7 +226,7 @@ normal_code_update() {
;;
*)
echo -e "更新服务不存在!"
exit 0
exit 1
;;
esac
@ -246,13 +246,13 @@ normal_code_update() {
;;
*)
echo -e "更新服务不存在!"
exit 0
exit 1
;;
esac
;;
*)
echo "over..."
exit 0
exit 1
;;
esac
}