diff --git a/check_updates.sh b/check_updates.sh index 097cd37..ce74139 100755 --- a/check_updates.sh +++ b/check_updates.sh @@ -21,7 +21,7 @@ if [ "$(grep '\[ebuild U' ${TMP_FILE})" != '' ]; then cat ${TMP_FILE} >> ${MAIL} if [ "$(lsof -n | awk '{ if ($5 == "DEL") print $9 }' | sort -u)" ]; then - restart-services --no-color -u >> ${MAIL} + restart-services --no-color >> ${MAIL} fi emerge -p --depclean --with-bdeps\=y >> ${MAIL}