diff --git a/stage2/06-dride-base/00-run.sh b/stage2/06-dride-base/00-run.sh index 818f3b3..a4fede7 100755 --- a/stage2/06-dride-base/00-run.sh +++ b/stage2/06-dride-base/00-run.sh @@ -274,7 +274,7 @@ sudo npm i --production # setup clear cron job crontab -l > cleanerJob -echo "* * * * * node /home/Cardigan/modules/video/helpers/cleaner.js" >> cleanerJob +echo "* * * * * sudo node /home/Cardigan/modules/video/helpers/cleaner.js" >> cleanerJob # install new cron file crontab cleanerJob rm cleanerJob