Skip to content

Commit

Permalink
Fix typo (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Apr 14, 2023
2 parents 4082f09 + a51fb6c commit e6c62d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/harbour-storeman-installer
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ systemd-cat -t "$called" -p 7 printf '%s %s' "$logentry" "$(printf '%s' "$ssus"

ssulr="$(ssu lr | fgrep storeman | tr -s ' ')"; logentry='[Debug] "storeman" entries from `ssu lr`:'
printf '\n%s\n%s\n' "$(date -Iseconds) $logentry" "$ssulr"
systemd-cat -t "$called" -p 7 printf '%s%s' "$logentry" "$(printf '%s' "$ssulr" | sed -e 's/^ - / /g' -e 's/ ... / /g' | tr '\n' ',')" # Second string start with a space due to substitution by `sed`
systemd-cat -t "$called" -p 7 printf '%s%s' "$logentry" "$(printf '%s' "$ssulr" | sed -e 's/^ - / /g' -e 's/ ... / /g' | tr '\n' ',')" # Second string starts with a space due to substitution by `sed`

# Provide RPM with a little time to proceed finishing the RPM transaction,
# which called this script asynchronously, because pkcon might fail
Expand Down

0 comments on commit e6c62d2

Please sign in to comment.