This commit is contained in:
233boy
2019-09-24 14:34:02 +08:00
parent 5fbdf86918
commit 37bd9a1d32

View File

@@ -19,7 +19,7 @@ _download_caddy_file() {
wget -qO- https://getcaddy.com | bash -s personal wget -qO- https://getcaddy.com | bash -s personal
if [[ ! -f /usr/local/bin/caddy ]]; then if [[ ! -f /usr/local/bin/caddy ]]; then
echo -e "$red 安装 Caddy 出错!" && exit 1 echo -e "$red 安装 Caddy 出错!$none" && exit 1
fi fi
} }
_install_caddy_service() { _install_caddy_service() {