Skip to content

Commit

Permalink
nc-previews: fix killing generate-all
Browse files Browse the repository at this point in the history
Signed-off-by: nachoparker <[email protected]>
  • Loading branch information
nachoparker committed Sep 12, 2020
1 parent 9d65011 commit 3706ed0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/ncp/CONFIG/nc-previews-auto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ PID=\$!
kill -0 "\$PID" &>/dev/null || break
done
pkill -f preview:pre-generate
pkill -f preview:generate-all
}
wait "\$PID"
EOF
Expand Down

0 comments on commit 3706ed0

Please sign in to comment.