When I login I get the following text:
This script will copy the WordPress installation into Your web root and move the existing one to /var/www/html.old
This setup requires a domain name. If you do not have one yet, you may cancel this setup, press Ctrl+C. This script will run again on your next login
example.org or test.example.org) do not include www or http/s
Enter the domain name for your new WordPress site. (ex.Domain/Subdomain name:
Which I can escape with Crtl C
How can I disable this script?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
You can disable this with the following command:
In case you need to run it again, you can execute the following:
Hope that this helps!
Best,
Bobby
Hello @harryparkinson
You can comment out the line for the
wp_setup.sh
in the/etc/skel/.bashrc
file or move the file as Bobby mentioned using themv
commandRegards
Want to learn more? Join the DigitalOcean Community!
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Sign up now