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 4e92a56 commit e91fa7eCopy full SHA for e91fa7e
bin/install.sh
@@ -2056,6 +2056,7 @@ fi
2056
echo "${offset1} ${offset2} * * * root cd ${DSHIELDDIR}; ./status.sh >/dev/null " >> "${TMPDIR}"/cron.dshield
2057
echo "0 10 * * * root find /srv/cowrie/var/log/cowrie -name 'cowrie.*' -ctime +7 -delete" >> "${TMPDIR}"/cron.dshield
2058
sudorun "cp ${TMPDIR}/cron.dshield /etc/cron.d/dshield"
2059
+sudorun "chmod 775 /etc/cron.d/dshield"
2060
dsudorun 'cat /etc/cron.d/dshield'
2061
2062
#
0 commit comments