Updated installer cloud url.

This commit is contained in:
ravinsp
2021-08-23 13:02:56 +05:30
parent c77a287c2a
commit 69bcad18c2
4 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
# Sashimono cloud installer script.
# This will download, extract and install the Sashimono installer package.
package="https://hotpocketstorage.blob.core.windows.net/sashimono/sashimono-installer.tar.gz"
package="https://sthotpocket.blob.core.windows.net/sashimono/sashimono-installer.tar.gz"
tmp=$(mktemp -d)
cd $tmp

View File

@@ -3,7 +3,7 @@
# This will download and extract the installer and then uninstall Sashimono.
# -q for non-interactive (quiet) mode
package="https://hotpocketstorage.blob.core.windows.net/sashimono/sashimono-installer.tar.gz"
package="https://sthotpocket.blob.core.windows.net/sashimono/sashimono-installer.tar.gz"
tmp=$(mktemp -d)
cd $tmp

View File

@@ -166,8 +166,8 @@ if [ $mode == "reconfig" ]; then
sashimono_service="sashimono-agent"
saconfig="/etc/sashimono/sa.cfg"
uninstall="curl -fsSL https://hotpocketstorage.blob.core.windows.net/sashimono/uninstall.sh | bash -s -- -q"
install="curl -fsSL https://hotpocketstorage.blob.core.windows.net/sashimono/install.sh | bash"
uninstall="curl -fsSL https://sthotpocket.blob.core.windows.net/sashimono/uninstall.sh | bash -s -- -q"
install="curl -fsSL https://sthotpocket.blob.core.windows.net/sashimono/install.sh | bash"
restartcgrs="systemctl restart $cgrulesengd_service.service"
restartsas="systemctl restart $sashimono_service.service"

View File

@@ -7,7 +7,7 @@
# 2. Install Sashimono after reboot.
# 3. Restarts cgroup engine service after installing Sashimono.
cloudstorage="https://hotpocketstorage.blob.core.windows.net/sashimono"
cloudstorage="https://sthotpocket.blob.core.windows.net/sashimono"
bootscript="/usr/local/bin/sashimono-install.sh"
cgrulesengd_service="cgrulesengdsvc"
boot_service="sashimonoboot"