mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
Remove any stray socket files before creating new ones
This commit is contained in:
parent
808a25bc5d
commit
d47824f4cf
2 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ fi;
|
|||
|
||||
# create readiness notification socket
|
||||
notify_sock=$(readlink -f "$thisFolder"/dockerContainerCeph.$EXECUTOR_NUMBER.amazons3.sock)
|
||||
rm -f "$notify_sock" # in case an unfinished test left one behind
|
||||
mkfifo "$notify_sock"
|
||||
|
||||
user=test
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ fi;
|
|||
|
||||
# create readiness notification socket
|
||||
notify_sock=$(readlink -f "$thisFolder"/dockerContainerCeph.$EXECUTOR_NUMBER.swift.sock)
|
||||
rm -f "$notify_sock" # in case an unfinished test left one behind
|
||||
mkfifo "$notify_sock"
|
||||
|
||||
port=5001
|
||||
|
|
|
|||
Loading…
Reference in a new issue