From fb68938e203c50e042f9ae3421a1c9e8724a090d Mon Sep 17 00:00:00 2001
From: Emil Renner Berthing <esmil@labitat.dk>
Date: Fri, 10 Apr 2020 13:16:39 +0200
Subject: users: root: update bashrc

---
 roles/users/files/root/bashrc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'roles/users/files/root/bashrc')

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
-- 
cgit v1.2.1