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
|
updateEfiStubsAndBootManager.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n "$(which restart_services)" && $CHROOTED == "1" ]] ; then
|
if [[ -n "$(which restart-services)" && $CHROOTED == "1" ]] ; then
|
||||||
restart_services -l
|
restart-services -l
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Started at $STARTDATE"
|
echo "Started at $STARTDATE"
|
||||||
|
|
Loading…
Add table
Reference in a new issue