Skip to content

Commit 5be8127

Browse files
committed
Fix logfile path
1 parent c0e9b80 commit 5be8127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shutter/scripts/run_keyper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ perform_chain_healthcheck() {
2020
run_keyper() {
2121
if [[ SHUTTER_PUSH_LOGS_ENABLED=true ]];
2222
then
23-
$SHUTTER_BIN shutterservicekeyper --config "$KEYPER_CONFIG_FILE" | rotatelogs -n 1 -e -c /logs/keyper.log 5M
23+
$SHUTTER_BIN shutterservicekeyper --config "$KEYPER_CONFIG_FILE" | rotatelogs -n 1 -e -c /tmp/keyper.log 5M
2424
else
2525
$SHUTTER_BIN shutterservicekeyper --config "$KEYPER_CONFIG_FILE"
2626
fi

0 commit comments

Comments
 (0)