Drop deprecated restart_services in favor of restart-services

This commit is contained in:
layman 2023-02-14 17:40:15 +01:00
parent df88bbd62c
commit e4f8ca81aa

View file

@ -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"