Skip to content

Commit e91fa7e

Browse files
committed
fixing permissions
1 parent 4e92a56 commit e91fa7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,6 +2056,7 @@ fi
20562056
echo "${offset1} ${offset2} * * * root cd ${DSHIELDDIR}; ./status.sh >/dev/null " >> "${TMPDIR}"/cron.dshield
20572057
echo "0 10 * * * root find /srv/cowrie/var/log/cowrie -name 'cowrie.*' -ctime +7 -delete" >> "${TMPDIR}"/cron.dshield
20582058
sudorun "cp ${TMPDIR}/cron.dshield /etc/cron.d/dshield"
2059+
sudorun "chmod 775 /etc/cron.d/dshield"
20592060
dsudorun 'cat /etc/cron.d/dshield'
20602061

20612062
#

0 commit comments

Comments
 (0)