Skip to content

Commit cf8c942

Browse files
committed
Merge branch 'sliver-dev' of ssh://github.com/uber/RedELK into sliver-dev
2 parents f2f99d5 + 9992ade commit cf8c942

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

elkserver/docker/redelk-base/redelkinstalldata/42_redelk-base-docker-init.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ fi
206206
echo "" >>$LOGFILE
207207

208208
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
210209
chown root:root /etc/cron.d/redelk && chmod 644 /etc/cron.d/redelk >> $LOGFILE 2>&1
211210
ERROR=$?
212211
if [ $ERROR -ne 0 ]; then

0 commit comments

Comments
 (0)