Replace SIGTERM with SIGHUP

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