mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Remove -n flag from echo in service tasks printing
This commit is contained in:
parent
7bc538aee9
commit
5e74beaa05
2
psu
2
psu
@ -266,7 +266,7 @@ main() {
|
||||
echo_verbose "Error: $scope tasks aren't running correctly for the stack \"$PORTAINER_STACK_NAME\""
|
||||
exit 1;
|
||||
fi
|
||||
tasks="$(echo -n "${tasks}${new_tasks}" | jq -sjc 'add | unique_by(.ID)')"
|
||||
tasks="$(echo "${tasks}${new_tasks}" | jq -sjc 'add | unique_by(.ID)')"
|
||||
done
|
||||
echo_debug "Tasks action response -> $(echo $tasks | jq -C .)"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user