mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-26 23:11:05 +02:00
fix $HOME in /etc/profile (#4424)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13914 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
20c6b42bcf
commit
5bd5e4e086
@ -2,7 +2,8 @@
|
||||
[ -f /etc/banner ] && cat /etc/banner
|
||||
|
||||
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||||
export HOME=/root
|
||||
export HOME=$(grep -e "^${USER:-root}:" /etc/passwd | cut -d ":" -f 6)
|
||||
export HOME=${HOME:-/root}
|
||||
export PS1='\u@\h:\w\$ '
|
||||
|
||||
[ -x /bin/more ] || alias more=less
|
||||
|
Loading…
x
Reference in New Issue
Block a user