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 75d829f commit f2f99d5Copy full SHA for f2f99d5
elkserver/docker/redelk-base/redelkinstalldata/42_redelk-base-docker-init.sh
@@ -207,6 +207,7 @@ 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
213
echo "[X] Could not fix cron file permissions (Error Code: $ERROR)."
0 commit comments