Drop deprecated restart_services in favor of restart-services
This commit is contained in:
parent
df88bbd62c
commit
e4f8ca81aa
1 changed files with 2 additions and 2 deletions
|
@ -183,8 +183,8 @@ if [[ -n "$(which updateEfiStubsAndBootManager.sh)" && $CHROOTED == "1" ]] ; the
|
|||
updateEfiStubsAndBootManager.sh
|
||||
fi
|
||||
|
||||
if [[ -n "$(which restart_services)" && $CHROOTED == "1" ]] ; then
|
||||
restart_services -l
|
||||
if [[ -n "$(which restart-services)" && $CHROOTED == "1" ]] ; then
|
||||
restart-services -l
|
||||
fi
|
||||
|
||||
echo "Started at $STARTDATE"
|
||||
|
|
Loading…
Add table
Reference in a new issue