完善 uninstall.sh:停止服务并可选清除目录与数据库。

This commit is contained in:
dekun
2026-06-28 14:46:34 +08:00
parent 357f61c57c
commit 04f1381a2d
2 changed files with 119 additions and 5 deletions
+1
View File
@@ -277,6 +277,7 @@ print_summary() {
echo ""
echo " 主程序: systemctl status grade-archive"
echo " 更新: sudo bash ${INSTALL_DIR}/deploy/update.sh"
echo " 卸载: sudo bash ${INSTALL_DIR}/deploy/uninstall.sh"
echo " 微信 dekun03 手机 18364911125"
echo "=========================================="
}