fix caddy cannot running. fix #392, fix #392

pull/426/head
233boy 5 years ago
parent af60aac5dd
commit 3a2b81cdf7
  1. 1
      src/download-caddy.sh
  2. 2
      v2ray.sh

@ -30,6 +30,7 @@ _install_caddy_service() {
if ! wget https://raw.githubusercontent.com/caddyserver/caddy/master/dist/init/linux-systemd/caddy.service -O /lib/systemd/system/caddy.service; then
echo -e "$red 下载 caddy.service 失败!$none" && exit 1
fi
sed -i "s/-log-timestamps=false//g" /lib/systemd/system/caddy.service
# # sed -i "s/www-data/root/g" /lib/systemd/system/caddy.service
# sed -i "/on-abnormal/a RestartSec=3" /lib/systemd/system/caddy.service
# sed -i "s/on-abnormal/always/" /lib/systemd/system/caddy.service

@ -10,7 +10,7 @@ none='\e[0m'
# Root
[[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1
_version="v3.23"
_version="v3.24"
cmd="apt-get"

Loading…
Cancel
Save