diff --git a/audiologger.sh b/audiologger.sh index 77c8796..15a3024 100644 --- a/audiologger.sh +++ b/audiologger.sh @@ -8,7 +8,7 @@ if [ !$LOGDIR ]; fi ## Oude bestanden verwijderen -/usr/bin/find $LOGDIR -type f -mtime +$KEEP -exec rm {} \; +/usr/bin/find $LOGDIR -type f -mtime +$KEEP -exec /bin/rm {} \; ## Vorige uur killen pids=$(/usr/bin/pgrep -f $STREAMURL)