Skip to content

Commit

Permalink
Finishing script
Browse files Browse the repository at this point in the history
  • Loading branch information
besco committed Apr 22, 2015
1 parent 214f7fd commit d9a8644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_install.sh
Expand Up @@ -478,7 +478,7 @@ function prepareImage {
echo -n "Donwload Centos 7 image from $isoUrl? (YN)[N]: "
read yn
if [[ $yn == "Y" || $yn == "y" ]]; then
#wget -c --directory-prefix=/tmp $isoUrl
wget -c --directory-prefix=/tmp $isoUrl
`echo "$isoUrl"|awk '{n=split(\$1,a,"/");print a[n]}'`
isoFile="/tmp/`echo "$isoUrl"|awk '{n=split(\$1,a,"/");print a[n]}'`";
fi
Expand Down

0 comments on commit d9a8644

Please sign in to comment.