Skip to content

Commit 0fb48fb

Browse files
committed
fixing cron file permissions
1 parent 31db3df commit 0fb48fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2059,7 +2059,7 @@ fi
20592059
echo "${offset1} ${offset2} * * * root cd ${DSHIELDDIR}; ./status.sh >/dev/null " >> "${TMPDIR}"/cron.dshield
20602060
echo "0 10 * * * root find /srv/cowrie/var/log/cowrie -name 'cowrie.*' -ctime +7 -delete" >> "${TMPDIR}"/cron.dshield
20612061
sudorun "cp ${TMPDIR}/cron.dshield /etc/cron.d/dshield"
2062-
sudorun "chmod 775 /etc/cron.d/dshield"
2062+
sudorun "chmod 755 /etc/cron.d/dshield"
20632063
dsudorun 'cat /etc/cron.d/dshield'
20642064

20652065
#

0 commit comments

Comments
 (0)