|
|
@ -18,8 +18,14 @@ done
|
|
|
|
IFS=$oldIFS
|
|
|
|
IFS=$oldIFS
|
|
|
|
if [ $UPG -ge 0 ]; then
|
|
|
|
if [ $UPG -ge 0 ]; then
|
|
|
|
echo "Success: /usr/lib/update-notifier/apt-check is working"
|
|
|
|
echo "Success: /usr/lib/update-notifier/apt-check is working"
|
|
|
|
|
|
|
|
echo "Debugging output >>>"
|
|
|
|
|
|
|
|
echo $OUT;
|
|
|
|
|
|
|
|
echo "<<< End debugging output
|
|
|
|
exit 0
|
|
|
|
exit 0
|
|
|
|
else
|
|
|
|
else
|
|
|
|
echo "Failure: /usr/lib/update-notifier/apt-check is NOT working"
|
|
|
|
echo "Failure: /usr/lib/update-notifier/apt-check is NOT working"
|
|
|
|
|
|
|
|
echo "Debugging output >>>"
|
|
|
|
|
|
|
|
echo $OUT;
|
|
|
|
|
|
|
|
echo "<<< End debugging output"
|
|
|
|
exit 1
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|