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.
2 parents f2f99d5 + 9992ade commit cf8c942Copy full SHA for cf8c942
elkserver/docker/redelk-base/redelkinstalldata/42_redelk-base-docker-init.sh
@@ -206,7 +206,6 @@ fi
206
echo "" >>$LOGFILE
207
208
echo "[*] Fixing cron file permissions" | tee -a $LOGFILE
209
-chown root:root /etc/cron.d/redelk && chmod 644 /etc/cron.d/redelk >> $LOGFILE 2>&1
210
chown root:root /etc/cron.d/redelk && chmod 644 /etc/cron.d/redelk >> $LOGFILE 2>&1
211
ERROR=$?
212
if [ $ERROR -ne 0 ]; then
0 commit comments