Merge pull request 'added "export SHELL=/bin/bash" in custom bashrc' (#9) from dev into master

Reviewed-on: totem4/sshrc#9
master
Totem4 Totem4 3 years ago
commit 7581912823

@ -1,3 +1,4 @@
export SHELL=/bin/bash
[ -d /etc/update-motd.d ] && run-parts /etc/update-motd.d [ -d /etc/update-motd.d ] && run-parts /etc/update-motd.d
[ -r /etc/motd ] && cat /etc/motd [ -r /etc/motd ] && cat /etc/motd
[ -r /etc/profile ] && source /etc/profile [ -r /etc/profile ] && source /etc/profile

Loading…
Cancel
Save