Fix URL installWP.jps File

main
Anthony 2024-04-30 03:26:03 +08:00
parent 99c1972dda
commit 6ecaf9077f
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ actions:
echo "apache_modules:" > ~/bin/wp-cli.yml; echo "apache_modules:" > ~/bin/wp-cli.yml;
echo " - mod_rewrite" >> ~/bin/wp-cli.yml; echo " - mod_rewrite" >> ~/bin/wp-cli.yml;
echo "export PATH=$PATH:$HOME/bin/" >> $HOME/.bash_profile; 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; echo $HOME/bin;
- cmd[cp]: - cmd[cp]:
echo ${response.out} >> /etc/jelastic/redeploy.conf; echo ${response.out} >> /etc/jelastic/redeploy.conf;