mirror of https://github.com/hak5/openwrt-owl.git
parent
af49f4deb1
commit
eaaf8bfc1d
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -f /etc/motd ] && cat /etc/motd
|
[ -f /etc/motd ] && cat /etc/motd
|
||||||
|
|
||||||
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||||||
export PS1='\u@\h:\w\$ '
|
export PS1='\u@\h:\w\$ '
|
||||||
|
|
Loading…
Reference in New Issue