From: Roland Haeder Date: Tue, 22 Dec 2015 20:12:13 +0000 (+0100) Subject: Removal of socket added. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=48a44033ea2b9aae5692f018074d61e0146d4299;p=hub.git Removal of socket added. Signed-off-by: Roland Haeder --- diff --git a/contrib/cleanup.sh b/contrib/cleanup.sh index 103188cd4..c8842199a 100755 --- a/contrib/cleanup.sh +++ b/contrib/cleanup.sh @@ -8,5 +8,8 @@ rm -f db/*/*.serial* echo "$0: Cleaning up stacks ..." rm -f data/stacks/*.stack* +echo "$0: Removing socket ..." +rm -f /tmp/php_hub_ipc_socket + echo "$0: All done." exit 0