mirror of
https://github.com/Mercantec-GHC/h4-projekt-gruppe-0-sm.git
synced 2025-04-27 16:24:07 +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
|
||||
|
||||
set +e
|
||||
# avoid 'could not bind to socket' error
|
||||
fuser -k 8080/tcp
|
||||
set -e
|
||||
|
||||
git pull --rebase
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user