From 2d301c46abb2abeed42d82451b93ce13e9c0aa88 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Wed, 20 Sep 2023 14:59:19 +0800 Subject: [PATCH] test --- systemd/test/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/systemd/test/install.sh b/systemd/test/install.sh index 0fdecc7f..11b54ab4 100644 --- a/systemd/test/install.sh +++ b/systemd/test/install.sh @@ -5,6 +5,7 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin export PATH export install_path="/data/websoft9" +chmod +x $install_path/systemd/send_credentials.sh cp $install_path/systemd/websoft9.service /lib/systemd/system/ sudo systemctl daemon-reload sudo systemctl enable websoft9.service