diff options
author | mail_redacted_for_web | 2019-01-07 10:59:08 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2019-01-07 10:59:08 +0100 |
commit | 5d7320202acfcef26e7d5a7742a039fd1789a62a (patch) | |
tree | 8cc3775a380f207d237c851fa08240ebf26bfdbb | |
parent | 7ab0688c6c29bb537f024934280ec4ff64a13ea3 (diff) | |
download | debian-scripts-5d7320202acfcef26e7d5a7742a039fd1789a62a.tar.bz2 |
return to rl on kernel check
-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 ba8ce00..32ee329 100755 --- a/sbin/ln-update +++ b/sbin/ln-update @@ -30,7 +30,7 @@ NDRBIN="$(which needrestart||echo "/usr/sbin/needrestart")" [ ! -e "$NDRBIN" ]&&unset NDRBIN NDRLLP=( "-rl" "-blqp" ) NDRLKP=( "-rl" "-bkqp" ) -NDRCLP=( "-ra" ) +NDRCLP=( "-rl" "-bkqp" ) NDRCKP=( "-ra" "-bkqp" ) RETSAV="\\033[s" RETCLR="\\033[K" |