Send SIGTERM (15) instead of kill (9) for timelimit

This commit is contained in:
Krisjanis Rijnieks
2018-05-17 14:31:26 +02:00
parent 8a019f1239
commit 3c01ca2ea1
+2 -1
View File
@@ -3,7 +3,8 @@
echo "Begin build-script.sh"
date
timelimit -t 2300 make -j $(nproc) -C /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
timelimit -S 15 -t 2200 make -j $(nproc) -C /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
date
sleep 10
echo "End build-script.sh"