From d5cfcc72b3778c3e9036cb3e7fd7dd8b18991577 Mon Sep 17 00:00:00 2001 From: totem4 Date: Thu, 28 Oct 2021 19:39:41 +0200 Subject: [PATCH] added "export SHELL=/bin/bash" in custom bashrc --- conf.d/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/bashrc b/conf.d/bashrc index 236790e..c592367 100644 --- a/conf.d/bashrc +++ b/conf.d/bashrc @@ -1,3 +1,4 @@ +export SHELL=/bin/bash [ -d /etc/update-motd.d ] && run-parts /etc/update-motd.d [ -r /etc/motd ] && cat /etc/motd [ -r /etc/profile ] && source /etc/profile