restart_services is now restart-services
This commit is contained in:
parent
d13c899551
commit
b367288d39
1 changed files with 2 additions and 2 deletions
|
@ -138,8 +138,8 @@ if [[ $(qlist -I gentoo-sources) != "" ]] ; then
|
||||||
myemerge "${PORTAGE_OPTIONS[@]}" --deselect gentoo-sources:"${CURRENTKERNELVERSION/"-gentoo"/}"
|
myemerge "${PORTAGE_OPTIONS[@]}" --deselect gentoo-sources:"${CURRENTKERNELVERSION/"-gentoo"/}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n "$(which restart_services)" && $CHROOTED == "1" ]] ; then
|
if [[ -n "$(which restart-services)" && $CHROOTED == "1" ]] ; then
|
||||||
restart_services -l
|
restart-services -l
|
||||||
fi
|
fi
|
||||||
echo "Started at $STARTDATE"
|
echo "Started at $STARTDATE"
|
||||||
echo " Ended at $(date -Iseconds)"
|
echo " Ended at $(date -Iseconds)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue