Browse Source

fixing script

master
poikilos 9 years ago
committed by Jacob Gustafson
parent
commit
a68374d8be
  1. 2
      set-minutely-crontab-job.sh

2
set-minutely-crontab-job.sh

@ -6,7 +6,7 @@
cd ~
MT_CHUNKYMAP_CRON_TMP=mts_cron.tmp
if [! -f "crontab.1st"];
if [ ! -f "crontab.1st" ];
then
sudo cp /etc/crontab "crontab.1st"
fi

Loading…
Cancel
Save