File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ run_chain() {
55 echo " [INFO | chain] Starting chain..."
66 if [[ SHUTTER_PUSH_LOGS_ENABLED= true ]];
77 then
8- $SHUTTER_BIN chain --config " $SHUTTER_CHAIN_CONFIG_FILE " | rotatelogs -n 1 -e -c /tmp/chain.log 5M
8+ $SHUTTER_BIN chain --config " $SHUTTER_CHAIN_CONFIG_FILE " | & rotatelogs -n 1 -e -c /tmp/chain.log 5M
99 else
1010 $SHUTTER_BIN chain --config " $SHUTTER_CHAIN_CONFIG_FILE "
1111 fi
Original file line number Diff line number Diff line change 33
44if [[ SHUTTER_PUSH_LOGS_ENABLED= true ]];
55then
6- configure.sh | rotatelogs -n 1 -e -c /tmp/configure.log 5M
6+ configure.sh | & rotatelogs -n 1 -e -c /tmp/configure.log 5M
77else
88 configure.sh
99fi
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ perform_chain_healthcheck() {
2020run_keyper () {
2121 if [[ SHUTTER_PUSH_LOGS_ENABLED= true ]];
2222 then
23- $SHUTTER_BIN shutterservicekeyper --config " $KEYPER_CONFIG_FILE " | rotatelogs -n 1 -e -c /tmp/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
You can’t perform that action at this time.
0 commit comments