mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
Update automated install/basic-install.sh
Co-Authored-By: DL6ER <DL6ER@users.noreply.github.com>
This commit is contained in:
parent
ec79e86bee
commit
ae654730c4
@ -1439,7 +1439,7 @@ stop_service() {
|
|||||||
# Start/Restart service passed in as argument
|
# Start/Restart service passed in as argument
|
||||||
restart_service() {
|
restart_service() {
|
||||||
# Local, named variables
|
# Local, named variables
|
||||||
local str="Starting ${1} service"
|
local str="Restarting ${1} service"
|
||||||
printf " %b %s..." "${INFO}" "${str}"
|
printf " %b %s..." "${INFO}" "${str}"
|
||||||
# If systemctl exists,
|
# If systemctl exists,
|
||||||
if is_command systemctl ; then
|
if is_command systemctl ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user