Yael TRAMIER 2 weeks ago committed by GitHub
commit f28d9546ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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