restart_services is now restart-services

This commit is contained in:
layman 2021-07-08 13:11:02 +02:00
parent d13c899551
commit b367288d39
No known key found for this signature in database
GPG key ID: 92D2BF778E1308C0

View file

@ -138,8 +138,8 @@ if [[ $(qlist -I gentoo-sources) != "" ]] ; then
myemerge "${PORTAGE_OPTIONS[@]}" --deselect gentoo-sources:"${CURRENTKERNELVERSION/"-gentoo"/}"
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"
echo " Ended at $(date -Iseconds)"