mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-28 08:44:06 +02:00
dont fail on fuser error
This commit is contained in:
parent
7abee8f6b6
commit
d051aeabcb
@ -4,8 +4,10 @@ set -xe
|
|||||||
|
|
||||||
sh deploy/remove_service.sh
|
sh deploy/remove_service.sh
|
||||||
|
|
||||||
|
set +e
|
||||||
# avoid 'could not bind to socket' error
|
# avoid 'could not bind to socket' error
|
||||||
fuser -k 8080/tcp
|
fuser -k 8080/tcp
|
||||||
|
set -e
|
||||||
|
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user