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 78b4292 commit 2c8d2bbCopy full SHA for 2c8d2bb
suricata_stats.sh
@@ -184,12 +184,12 @@ Auto_Cron(){
184
STARTUPLINECOUNT=$(cru l | grep -c "$SCRIPT_NAME")
185
186
if [ "$STARTUPLINECOUNT" -eq 0 ]; then
187
- cru a "$SCRIPT_NAME" "13 * * * * $SCRIPT_DIR/$SCRIPT_NAME_LOWER generate"
+ cru a "$SCRIPT_NAME" "14 * * * * $SCRIPT_DIR/$SCRIPT_NAME_LOWER generate"
188
fi
189
STARTUPLINECOUNT=$(cru l | grep -c "$LOGSCRIPT_NAME")
190
191
192
- cru a "$LOGSCRIPT_NAME" "14 * * * * $SCRIPT_DIR/$LOGSCRIPT_NAME_LOWER"
+ cru a "$LOGSCRIPT_NAME" "13 * * * * $SCRIPT_DIR/$LOGSCRIPT_NAME_LOWER"
193
194
;;
195
delete)
0 commit comments