mirror of
https://github.com/pi-hole/pi-hole
synced 2025-07-04 14:22:33 +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() {
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user