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"/}"
|
||||
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)"
|
||||
|
|
Loading…
Add table
Reference in a new issue