Try to fix timelimit script

This commit is contained in:
Krisjanis Rijnieks
2018-05-16 14:26:16 +02:00
parent 17b44b3df7
commit 538d1e66fa
+1 -3
View File
@@ -4,8 +4,6 @@ echo "Begin build-script.sh"
sudo apt-get -y install timelimit
cd /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
timelimit -s KILL 10 make -j $(nproc)
/usr/bin/timelimit -s KILL 10 /usr/bin/make -j $(nproc) -C /home/pi/openFrameworks/addons/ofxPiMapper/example_basic
echo "End build-script.sh"