git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2019-01-07 10:59:08 +0100
committerHarald Pfeiffer <coding _ lirion.de> 2019-01-07 10:59:08 +0100
commit5d7320202acfcef26e7d5a7742a039fd1789a62a (patch)
tree8cc3775a380f207d237c851fa08240ebf26bfdbb
parent7ab0688c6c29bb537f024934280ec4ff64a13ea3 (diff)
downloaddebian-scripts-5d7320202acfcef26e7d5a7742a039fd1789a62a.tar.bz2
return to rl on kernel check
-rwxr-xr-xsbin/ln-update2
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"