From 475456e6187a019efca21301c8725098eb4a30fd Mon Sep 17 00:00:00 2001 From: Oliver Boehlk Date: Sat, 18 Apr 2020 01:02:30 +0200 Subject: [PATCH] don't enforce master branch --- update.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/update.sh b/update.sh index a6ff8fc..5eaf643 100755 --- a/update.sh +++ b/update.sh @@ -1,7 +1,6 @@ BACKENDID = netstat -tulpn 2>/dev/null | grep ":3001 " | awk '{print $7;}' | cut -d "/" -f1 kill -9 $BACKENDID -git checkout master && -git pull && +git pull cd backend mkdir frontend npm i