Add condition for failed bash command

This commit is contained in:
Maxime St-Pierre 2018-05-17 23:18:43 -04:00
parent 81b130946d
commit 7cb83d1524

2
dev.sh
View file

@ -1,5 +1,7 @@
#!/bin/bash
set -e
PHPBIN=php7.2
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"