Update automated install/basic-install.sh

Co-Authored-By: DL6ER <DL6ER@users.noreply.github.com>
pull/2602/head
Adam Warner 5 years ago committed by GitHub
parent ec79e86bee
commit ae654730c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1439,7 +1439,7 @@ stop_service() {
# Start/Restart service passed in as argument
restart_service() {
# Local, named variables
local str="Starting ${1} service"
local str="Restarting ${1} service"
printf " %b %s..." "${INFO}" "${str}"
# If systemctl exists,
if is_command systemctl ; then

Loading…
Cancel
Save