fix(scripts): don't stop watching on error

This commit is contained in:
Oliver Davies 2023-08-22 23:05:06 +01:00
parent dab8031935
commit e53561fb85

View file

@ -5,7 +5,7 @@ if [[ "$1" == "" || "$2" == "" ]]; then
exit 2;
fi
set -euo pipefail
set -uo pipefail
while true; do
inotifywait \