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
Enter the domain name for your new WordPress site. (ex. example.org or test.example.org) do not include www or http/s
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!
Accepted Answer
Hi there,
You can disable this with the following command:
cp /etc/skel/.bashrc /root
In case you need to run it again, you can execute the following:
/opt/digitalocean/wp_setup.sh
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 the mv
command
Regards
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.