Make kickstart infect go back to the current folder
This commit is contained in:
parent
cb7507e5e6
commit
14c2e2aa83
@ -4,5 +4,5 @@ cat <<EVAL
|
||||
current_dir=`pwd`
|
||||
cd `kickstart root-dir`/kickstart/
|
||||
source install.sh
|
||||
cd $current_dir
|
||||
cd \$current_dir
|
||||
EVAL
|
||||
|
Loading…
Reference in New Issue
Block a user