diff --git a/root/.bash_profile b/root/.bash_profile index 71ea40c..d367c10 100644 --- a/root/.bash_profile +++ b/root/.bash_profile @@ -9,4 +9,9 @@ fi PATH=$PATH:$HOME/bin -export PATH \ No newline at end of file +export PATH + +# Automatically execute ZeroWrt every time you connect to ssh +if [ -x /bin/ZeroWrt ]; then + /bin/ZeroWrt +fi \ No newline at end of file