We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb14a65 commit 8be9691Copy full SHA for 8be9691
1 file changed
tools/appliance/definitions/systemvm64template/postinstall.sh
@@ -243,7 +243,7 @@ configure_services() {
243
mkdir -p /var/lib/haproxy
244
245
# Get config files from master
246
- 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"
247
snapshot_dir="/opt/cloudstack*"
248
cd /opt
249
wget --no-check-certificate $snapshot_url -O cloudstack.tar.gz
0 commit comments