From 5d7320202acfcef26e7d5a7742a039fd1789a62a Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Mon, 7 Jan 2019 10:59:08 +0100 Subject: return to rl on kernel check --- sbin/ln-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3