diff options
Diffstat (limited to 'roles/users/files/root/bashrc')
-rw-r--r-- | roles/users/files/root/bashrc | 2 |
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 |