gentooup: cleanup failed merge

This commit is contained in:
layman 2022-03-28 23:47:29 +02:00
parent a87157013d
commit 87549429c3

View file

@ -138,17 +138,12 @@ if [[ $(qlist -I gentoo-sources) != "" ]] ; then
myemerge "${PORTAGE_OPTIONS[@]}" --deselect gentoo-sources:"${CURRENTKERNELVERSION/"-gentoo"/}"
fi
<<<<<<< Updated upstream
if [[ -n "$(which restart-services)" && $CHROOTED == "1" ]] ; then
restart-services -l
=======
if [[ -n "$(which updateEfiStubsAndBootManager.sh)" && $CHROOTED == "1" ]] ; then
updateEfiStubsAndBootManager.sh
fi
if [[ -n "$(which restart_services)" && $CHROOTED == "1" ]] ; then
restart_services -l
>>>>>>> Stashed changes
fi
echo "Started at $STARTDATE"
echo " Ended at $(date -Iseconds)"