mirror of https://github.com/apache/cloudstack.git
Every tar has it's own way of doing things
This commit is contained in:
parent
3df97bd663
commit
28ac2f758e
|
|
@ -221,7 +221,7 @@ configure_services() {
|
|||
snapshot_dir="/opt/cloudstack*"
|
||||
cd /opt
|
||||
wget --no-check-certificate $snapshot_url -O cloudstack.tar.gz
|
||||
tar -zxvf cloudstack.tar.gz 'cloudstack-HEAD-???????/systemvm'
|
||||
tar -zxvf cloudstack.tar.gz --wildcards 'cloudstack-HEAD-???????/systemvm'
|
||||
cp -rv $snapshot_dir/systemvm/patches/debian/config/* /
|
||||
cp -rv $snapshot_dir/systemvm/patches/debian/vpn/* /
|
||||
mkdir -p /usr/share/cloud/
|
||||
|
|
|
|||
|
|
@ -211,7 +211,7 @@ configure_services() {
|
|||
snapshot_dir="/opt/cloudstack*"
|
||||
cd /opt
|
||||
wget --no-check-certificate $snapshot_url -O cloudstack.tar.gz
|
||||
tar -zxvf cloudstack.tar.gz 'cloudstack-HEAD-???????/systemvm'
|
||||
tar -zxvf cloudstack.tar.gz --wildcards 'cloudstack-HEAD-???????/systemvm'
|
||||
cp -rv $snapshot_dir/systemvm/patches/debian/config/* /
|
||||
cp -rv $snapshot_dir/systemvm/patches/debian/vpn/* /
|
||||
mkdir -p /usr/share/cloud/
|
||||
|
|
|
|||
Loading…
Reference in New Issue