Add newline to end of wf-shadow printf

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-05-12 18:18:26 -04:00
parent 6a31953e16
commit 1906dc4c5d
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ if [ "$START" == 1 ]; then
printf "%s" "$$" > "$RUNTIME"/"$MONITOR"_host.pid
start
else
printf "A wf-shadow instance is already running on display %d" "$MONITOR"
printf "A wf-shadow instance is already running on display %d\n" "$MONITOR"
fi
else
print_help 1