Fix URL installWP.jps File
parent
99c1972dda
commit
6ecaf9077f
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue