aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/users/files/root/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/users/files/root/bashrc b/roles/users/files/root/bashrc
index f380bc8..fc64fa7 100644
--- a/roles/users/files/root/bashrc
+++ b/roles/users/files/root/bashrc
@@ -1,4 +1,4 @@
# if not running interactively, don't do anything
-[[ $- != *i* ]] && return
+[[ $- = *i* ]] || return
stty -ixon