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;