Merge branch 'server' of https://g-u-i.me/gogs/bachir/hehe-rover into server

This commit is contained in:
Bachir Soussi Chiadmi
2016-07-04 11:04:58 +02:00
+7 -5
View File
@@ -99,8 +99,10 @@ function convert {
}
day=$(date +"%Y-%m-%d")
logfile="logs/convert-$day.log"
touch $logfile
convert | tee -a $logfile
while true; do
day=$(date +"%Y-%m-%d")
logfile="logs/convert-$day.log"
touch $logfile
convert | tee -a $logfile
sleep 10m
done