WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Need Help Executing Shell Script in Crontab.  (Read 4542 times)

Offline DavidJones

  • Newbie
  • *
  • Posts: 1
Need Help Executing Shell Script in Crontab.
« on: August 29, 2019, 10:06:39 AM »
So for work I'm tasked with getting a punch of PC's running Xubuntu to run a slide show at boot. The problem I'm having is that we update the slideshow daily and we are using Google Drive to store the impress files. I'm using Rclone to map the google drive account to a folder located in user but I need to move the files from the drive to the documents folder every day. I made an shell script to move the power point file to the documents folder. It work if i just run the shell script but when I make a crontab to run every minute (This is for testing purposes) it won't copy.

Offline jazzbiker

  • Hero Member
  • *****
  • Posts: 933
Re: Need Help Executing Shell Script in Crontab.
« Reply #1 on: August 29, 2019, 10:43:27 AM »
Hi, DavidJones!
You didn't mentioned what TinyCore version do You use. And please describe a little what way You are placing your task in crontab?