From b367288d39196fd6c157b337c58ec7b1808bf5dd Mon Sep 17 00:00:00 2001 From: layman Date: Thu, 8 Jul 2021 13:11:02 +0200 Subject: [PATCH] restart_services is now restart-services --- gentooup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gentooup.sh b/gentooup.sh index 9eb72aa..e32f132 100755 --- a/gentooup.sh +++ b/gentooup.sh @@ -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)"