feat: Improve socket cleanup (#1186)

This commit is contained in:
Kroese
2026-07-02 18:51:40 +02:00
committed by GitHub
parent 22c01bf2f1
commit 7b90ca30ba
3 changed files with 17 additions and 12 deletions
+1 -2
View File
@@ -10,8 +10,7 @@ WEB_PID="/run/nginx.pid"
WSD_PID="$QEMU_DIR/websocketd.pid"
cp -r /var/www/* "$QEMU_DIR"
rm -f "$WSD_PID"
rm -f "$WEB_PID"
rm -f "$WSD_PID" "$WEB_PID"
html "Starting $APP for $ENGINE..."