mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
appliance: fix typo in git repo script tarball url
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
bb14a6553d
commit
8be969124c
@ -243,7 +243,7 @@ configure_services() {
|
||||
mkdir -p /var/lib/haproxy
|
||||
|
||||
# Get config files from master
|
||||
snapshot_url="https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=snapshot;refs/heads/4.5;sf=tgz"
|
||||
snapshot_url="https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=snapshot;h=refs/heads/4.5;sf=tgz"
|
||||
snapshot_dir="/opt/cloudstack*"
|
||||
cd /opt
|
||||
wget --no-check-certificate $snapshot_url -O cloudstack.tar.gz
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user