Make kickstart infect go back to the current folder

This commit is contained in:
Bruno Tavares 2014-03-03 10:59:52 -03:00
parent cb7507e5e6
commit 14c2e2aa83

View File

@ -4,5 +4,5 @@ cat <<EVAL
current_dir=`pwd`
cd `kickstart root-dir`/kickstart/
source install.sh
cd $current_dir
cd \$current_dir
EVAL