Update lcmp.sh

This commit is contained in:
NewName
2024-08-17 05:44:07 +08:00
parent 0d72abcfaa
commit cc819be335

View File

@@ -1,5 +1,6 @@
#!/bin/bash
# 该脚本引用自https://github.com/teddysun/lcmp
# Linux + Caddy + MariaDB + PHP 安装脚本
# 处理退出信号
trap _exit INT QUIT TERM