Compare commits

...

3 Commits
v1.0.9 ... main

Author SHA1 Message Date
Kekskurse 94d1f90722
ci: fix pipeline
/ Release (push) Has started running Details
2023-07-24 01:53:14 +02:00
Kekskurse 383ce965a0
ci: fix pipeline
/ Release (push) Has started running Details
2023-07-24 01:50:56 +02:00
Kekskurse 3fde27f83b
stuff
/ Release (push) Successful in 1m10s Details
2023-07-21 16:11:16 +02:00
1 changed files with 5 additions and 1 deletions

View File

@ -5,4 +5,8 @@ else
fi
systemctl daemon-reload
systemctl is-active --quiet http-server-status && systemctl restart http-server-status && echo "Restart Service"
STATUS="$(systemctl is-active tomcat.service)"
if [ "${STATUS}" = "active" ]; then
systemctl restart http-server-status
echo "Restart Service"
fi