1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-07-04 22:32:33 +00:00

Added end line in printf

Signed-off-by: Yaël TRAMIER <tramier.yael@gmail.com>
This commit is contained in:
Yaël TRAMIER 2023-11-17 19:14:45 +01:00
parent 300a4e2299
commit f4d0826c9c
No known key found for this signature in database
GPG Key ID: FA9BAC17E3BD3263

View File

@ -1532,7 +1532,7 @@ stop_service() {
restart_service() { restart_service() {
# Local, named variables # Local, named variables
local str="Restarting ${1} service" local str="Restarting ${1} service"
printf " %b %s..." "${INFO}" "${str}" printf " %b %s...\n" "${INFO}" "${str}"
# If systemctl exists, # If systemctl exists,
if is_command systemctl ; then if is_command systemctl ; then
# use that to restart the service # use that to restart the service