Skip to content

Commit 159b60a

Browse files
committed
Bug fixing
1 parent e5ec55c commit 159b60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cron.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22
echo "root" > /etc/fcron/fcron.allow
33
#chmod 644 /etc/fcron/
4-
#chmod 644 /etc/fcron/fcron.{conf,allow,deny}
4+
chmod 644 /etc/fcron/fcron.conf /etc/fcron/fcron.allow /etc/fcron/fcron.deny
55
[ ! -f /run/fcron.pid ] || rm /run/fcron.pid
66
exec /usr/sbin/fcron --foreground

0 commit comments

Comments
 (0)