Skip to content

Commit 3ec03c8

Browse files
committed
proper crontab permission
1 parent 6715b45 commit 3ec03c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

func/main.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,9 @@ sync_cron_jobs() {
491491
>> $sys_cron
492492
fi
493493
done < $USER_DATA/cron.conf
494+
495+
# Set proper permissions
496+
chow 600 $sys_cron
494497
}
495498

496499

0 commit comments

Comments
 (0)