Added end line in printf

Signed-off-by: Yaël TRAMIER <tramier.yael@gmail.com>
pull/5489/head
Yaël TRAMIER 6 months ago
parent 300a4e2299
commit f4d0826c9c
No known key found for this signature in database
GPG Key ID: FA9BAC17E3BD3263

@ -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…
Cancel
Save