diff --git a/gentooup.sh b/gentooup.sh index 4e571cc..3023c04 100755 --- a/gentooup.sh +++ b/gentooup.sh @@ -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"