git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsbin/ln-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ln-update b/sbin/ln-update
index 69640d7..07b46dd 100755
--- a/sbin/ln-update
+++ b/sbin/ln-update
@@ -244,7 +244,7 @@ esac
[ "$SHUTUP" -ne 1 ]&&retinit "Updating Apt database"
#"$SUDBIN" "$APTBIN" -qqq update
-"$APTBIN" -qqq update
+"$APTBIN" -qqq update 2>/dev/null
if [ "$?" -ne 0 ];then
[ "$SHUTUP" -ne 1 ]&&echo -e "$RETERR"
[ "$LOGDMP" -eq 1 ]&&logger -p"error" -t"$LOGTARG" "Cannot update apt database."