mirror of
https://github.com/pi-hole/pi-hole
synced 2025-07-03 22:02:38 +00:00
Added end line in printf
Signed-off-by: Yaël TRAMIER <tramier.yael@gmail.com>
This commit is contained in:
parent
300a4e2299
commit
f4d0826c9c
@ -1532,7 +1532,7 @@ stop_service() {
|
||||
restart_service() {
|
||||
# Local, named variables
|
||||
local str="Restarting ${1} service"
|
||||
printf " %b %s..." "${INFO}" "${str}"
|
||||
printf " %b %s...\n" "${INFO}" "${str}"
|
||||
# If systemctl exists,
|
||||
if is_command systemctl ; then
|
||||
# use that to restart the service
|
||||
|
Loading…
Reference in New Issue
Block a user