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;
|
||||
fi
|
||||
|
||||
set -euo pipefail
|
||||
set -uo pipefail
|
||||
|
||||
while true; do
|
||||
inotifywait \
|
||||
|
|
Loading…
Reference in a new issue