Files
addons/ssh/data/hassio.sh
Franck Nijhof aca8de1cba Fix missing .bash_profile on fresh install, add current path to prompt (#957)
* ssh: Fix for non existing .bash_profile startup error

* ssh: Add current, short, path to command line prompt

* ssh: Bump to 8.1, updated changelog
2019-12-30 10:52:49 +01:00

4 lines
54 B
Bash

#!/usr/bin/env bash
export PS1="\W \$ "
cat /etc/motd