Kleine Korrektur beim Setzen der HOME Variable

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_cdboot@5381 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-02-13 16:32:39 +00:00
parent a3083b459d
commit 2ac3da09d0

View File

@ -55,7 +55,8 @@ case "$1" in
else
source /etc/profile
source /root/.bash_profile
HOME=/root startx &
export HOME=/root
startx &
fi
;;
stop)