Yael TRAMIER 1 month 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() { 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…
Cancel
Save