This commit is contained in:
qiaofeng1227 2024-12-11 16:00:35 +08:00
parent db594448ea
commit 365c1c0df2
2 changed files with 3 additions and 3 deletions

View file

@ -484,7 +484,7 @@ install_systemd() {
echo "$echo_prefix_systemd Install Systemd service"
if [ ! -d "$systemd_path" ]; then
sudo mkdir -p "$systemd_path"
sudo mkdir -p "$systemd_path"
fi
sudo cp -r $install_path/systemd/script/* "$systemd_path"
@ -506,7 +506,7 @@ install_systemd() {
exit 1
fi
sudo systemctl start websoft9
sudo systemctl restart websoft9
if [ $? -ne 0 ]; then
echo "Failed to start Systemd service."
exit 1

View file

@ -1,5 +1,5 @@
{
"version": "2.1.17-rc2",
"version": "2.1.17-rc3",
"plugins": {
"portainer": "0.1.3",
"nginx": "0.1.0",