From f4d0826c9cedabb0561f6f53de174e70aca63ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C3=ABl=20TRAMIER?= Date: Fri, 17 Nov 2023 19:14:45 +0100 Subject: [PATCH] Added end line in printf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yaƫl TRAMIER --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 4c69788f..7feaae19 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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