From 4b6579979b94cdf5358e40960ac438dc02049389 Mon Sep 17 00:00:00 2001 From: fetionstu Date: Sun, 7 Jun 2026 12:30:50 +0800 Subject: [PATCH] restart --- easytiersetup.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/easytiersetup.sh b/easytiersetup.sh index 8250bd9..994644a 100644 --- a/easytiersetup.sh +++ b/easytiersetup.sh @@ -25,4 +25,7 @@ sed -i.bak -e "14c\\$uri" -e "17c\\$name" -e "18c\\$pw" /opt/easytier/config/def # # 可选:清理临时文件 # rm -f replace.sed -echo "==>setup config done" \ No newline at end of file +echo "==>setup config done" + +# restart easytier +systemctl restart easytier \ No newline at end of file