diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-29 10:31:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 10:31:59 +0200 |
| commit | 3282cdca13b3aae093a23a45aad6729c286b1eb4 (patch) | |
| tree | 53d12de0cb008bb4959fbeb54be691addca8cc08 /utils/lib.sh | |
| parent | 1e3148fea94429f62cc577d1790e414afe2c7896 (diff) | |
| parent | 666bf1d32b7ce53133025c5471746e494deeeade (diff) | |
Merge pull request #38 from return42/filtron-rules
[filtron.sh] make filtron rule file configurable
Diffstat (limited to 'utils/lib.sh')
| -rwxr-xr-x | utils/lib.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/lib.sh b/utils/lib.sh index d1781a71f..8867bfe8e 100755 --- a/utils/lib.sh +++ b/utils/lib.sh @@ -461,7 +461,7 @@ install_template() { choose_one _reply "choose next step with file $dst" \ "replace file" \ "leave file unchanged" \ - "interactiv shell" \ + "interactive shell" \ "diff files" case $_reply in @@ -474,7 +474,7 @@ install_template() { "leave file unchanged") break ;; - "interactiv shell") + "interactive shell") echo -e "// edit ${_Red}${dst}${_creset} to your needs" echo -e "// exit with [${_BCyan}CTRL-D${_creset}]" sudo -H -u "${owner}" -i |