summaryrefslogtreecommitdiff
path: root/utils/lib.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lib.sh')
-rwxr-xr-xutils/lib.sh4
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