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