git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-08-24 12:39:34 +0200
committerHarald Pfeiffer <harald.pfeiffer _ xmart.de> 2018-08-24 12:39:34 +0200
commite7c8ee07c85bdf3e7975894de848755a397d23d7 (patch)
treef301b5663b6f080b53bbc0e7d48d8c1a7cd62eef
parent64d7716d3904df3034c56d5fa36d1133b7437557 (diff)
downloaddebian-scripts-e7c8ee07c85bdf3e7975894de848755a397d23d7.tar.bz2
Fixed typo - and apt updated message is no error :)
-rwxr-xr-xsbin/ln-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ln-update b/sbin/ln-update
index dbb380e..b54989c 100755
--- a/sbin/ln-update
+++ b/sbin/ln-update
@@ -265,7 +265,7 @@ case "$UPDCNT" in
;;
*)
[ "$SHUTUP" -ne 1 ]&&echo -e "$RETOGE"
- [ "$LOGDMP" -eq 1 ]&&logger -p"error" -t"$LOGTARG" "Apt database uodated."
+ [ "$LOGDMP" -eq 1 ]&&logger -p"info" -t"$LOGTARG" "Apt database updated."
;;
esac