From 6ecaf9077fded26659f35817b01e83efc65532c3 Mon Sep 17 00:00:00 2001 From: Anthony Date: Tue, 30 Apr 2024 03:26:03 +0800 Subject: [PATCH] Fix URL installWP.jps File --- scripts/installWP.jps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installWP.jps b/scripts/installWP.jps index 62be150..1423510 100644 --- a/scripts/installWP.jps +++ b/scripts/installWP.jps @@ -63,7 +63,7 @@ actions: echo "apache_modules:" > ~/bin/wp-cli.yml; echo " - mod_rewrite" >> ~/bin/wp-cli.yml; echo "export PATH=$PATH:$HOME/bin/" >> $HOME/.bash_profile; - wget ${baseUrl}/setupWP.sh?_r=${fn.random} -O ~/bin/setupWP.sh &>> /var/log/run.log; + wget https://deploy-proxy.mightybox.io/kits/wp-mb-kit/raw/branch/main/scripts/setupWP.sh?_r=${fn.random} -O ~/bin/setupWP.sh &>> /var/log/run.log; echo $HOME/bin; - cmd[cp]: echo ${response.out} >> /etc/jelastic/redeploy.conf;