diff options
-rwxr-xr-x | bin/etc-update | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/etc-update b/bin/etc-update index fd192b0e7..0daf04d40 100755 --- a/bin/etc-update +++ b/bin/etc-update @@ -176,7 +176,8 @@ configuration file is followed by a list of possible replacement files." fi if [[ ${input} == -5 ]] ; then input=-3 - export mv_opts="" + export mv_opts=" ${mv_opts} " + mv_opts="${mv_opts// -i / }" fi if [[ ${input} == -3 ]] ; then input=0 |