mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-09-04 15:17:06 +00:00
feat: Improve socket cleanup (#1186)
This commit is contained in:
+1
-2
@@ -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..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user