diff options
Diffstat (limited to 'sbin/ln-update')
-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" |