fix(scripts): don't stop watching on error
This commit is contained in:
parent
dab8031935
commit
e53561fb85
|
@ -5,7 +5,7 @@ if [[ "$1" == "" || "$2" == "" ]]; then
|
||||||
exit 2;
|
exit 2;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -euo pipefail
|
set -uo pipefail
|
||||||
|
|
||||||
while true; do
|
while true; do
|
||||||
inotifywait \
|
inotifywait \
|
||||||
|
|
Loading…
Reference in a new issue