Correct fi problem

This commit is contained in:
Dryusdan 2020-06-30 16:32:07 +02:00
parent 4559e62189
commit 9f5d02f07f
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ if [[ -x /usr/sbin/checkrestart ]]; then
elif [[ -x /usr/sbin/needrestart ]]; then
n=$(/usr/sbin/needrestart -l -v -n -r l 2>/dev/null | grep -c "Skipping")
cat ${n} > /var/cache/motd-service-need-restart
i
fi