diff options
author | H. P. <harald.p.@xmart.de> | 2018-08-24 12:39:34 +0200 |
---|---|---|
committer | H. P. <harald.p.@xmart.de> | 2018-08-24 12:39:34 +0200 |
commit | e7c8ee07c85bdf3e7975894de848755a397d23d7 (patch) | |
tree | f301b5663b6f080b53bbc0e7d48d8c1a7cd62eef | |
parent | 64d7716d3904df3034c56d5fa36d1133b7437557 (diff) | |
download | debian-scripts-e7c8ee07c85bdf3e7975894de848755a397d23d7.tar.bz2 |
Fixed typo - and apt updated message is no error :)
-rwxr-xr-x | sbin/ln-update | 2 |
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 |