We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31db3df commit 0fb48fbCopy full SHA for 0fb48fb
bin/install.sh
@@ -2059,7 +2059,7 @@ fi
2059
echo "${offset1} ${offset2} * * * root cd ${DSHIELDDIR}; ./status.sh >/dev/null " >> "${TMPDIR}"/cron.dshield
2060
echo "0 10 * * * root find /srv/cowrie/var/log/cowrie -name 'cowrie.*' -ctime +7 -delete" >> "${TMPDIR}"/cron.dshield
2061
sudorun "cp ${TMPDIR}/cron.dshield /etc/cron.d/dshield"
2062
-sudorun "chmod 775 /etc/cron.d/dshield"
+sudorun "chmod 755 /etc/cron.d/dshield"
2063
dsudorun 'cat /etc/cron.d/dshield'
2064
2065
#
0 commit comments