From e4f8ca81aac36770751f5c3e3a5cb0e050f197cf Mon Sep 17 00:00:00 2001 From: layman Date: Tue, 14 Feb 2023 17:40:15 +0100 Subject: [PATCH] Drop deprecated restart_services in favor of restart-services --- gentooup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"