Built motion from commit 10af8726.|2.6.34
[motion2.git] / scripts / post-merge.sh
1 #!/bin/bash
2
3 echo "post-merge started"
4 cd /var/opt/motion2
5
6 echo "npm install --production"
7 npm install --production > $(date +"%d-%m-%Y__%I-%M_%p")__post-merge.txt
8
9 echo "post-merge finished"