From a68374d8be8a244f595f619c22c626a58a91a2b1 Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Sat, 20 Feb 2016 15:29:10 -0500 Subject: [PATCH] fixing script --- set-minutely-crontab-job.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/set-minutely-crontab-job.sh b/set-minutely-crontab-job.sh index f5f48d6..7e90cbb 100644 --- a/set-minutely-crontab-job.sh +++ b/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