General info:
SO:
Ubuntu 18.04
Script folder:
/home/Emby/Anime/canon_vids
Serie folder:
/home/Emby/Anime/Goblin Slayer
I normally execute the script at folder like this:
./canon_vids [folder]
./canon_vids Goblin\ Slayer/
Problem:
I want to execute the script with crontab every 10 minutes as root.
I tried adding like this but isnt working.
*/10 * * * * root sh /home/Emby/Anime/canon_vids /home/Emby/Anime/Goblin\ Slayer/
Ubuntu 18.04
– Vinanrra Feb 16 '19 at 00:01