diff --git a/root/.bashrc b/root/.bashrc index e82d23a..7b0115c 100644 --- a/root/.bashrc +++ b/root/.bashrc @@ -16,8 +16,3 @@ alias ll='ls $LS_OPTIONS -l' if [ -f /etc/bashrc ]; then . /etc/bashrc fi - -# Automatically execute ZeroWrt every time you connect to ssh -if [ -x /bin/ZeroWrt ]; then - /bin/ZeroWrt -fi \ No newline at end of file