From: Felix Ableitner Date: Fri, 26 Apr 2019 15:49:14 +0000 (+0200) Subject: Add shebang to scripts X-Git-Url: http://these/git/?a=commitdiff_plain;h=c6ad290bc63b7c4a933a88491c47c7886655ffee;p=lemmy.git Add shebang to scripts --- diff --git a/docker_update.sh b/docker_update.sh index e51bd820..4a52b522 100755 --- a/docker_update.sh +++ b/docker_update.sh @@ -1,2 +1,5 @@ +#!/bin/sh +set -e + git pull docker-compose up -d --no-deps --build diff --git a/install.sh b/install.sh index 88c5bac8..a06681f2 100755 --- a/install.sh +++ b/install.sh @@ -1,3 +1,6 @@ +#!/bin/sh +set -e + cd ui yarn yarn build