Question

How do I disable OpenLiteSpeed wizard (on ssh login)

Hello. I have completed setup of a secondary droplet, and used migration methods to replicate my openlitespeed configuration from the first droplet. Therefore, I do not need to do the easy wizard that is present on logging in via SSH. How do I disable this wizard?

I tried looking in bashrc/bash_profile. It’s not there.

If you don’t know which I am referring to, it’s the wizard that is presented on openlitespeed market apps after a new deploy that starts with:

Last login: Sun Sep 12 16:25:47 2021 from 165.73.177.56
To visit your apps by domain instead of IP, please enter a valid domain.
If you don't have one yet, you may cancel this process by pressing CTRL+C and continuing to SSH.
This prompt will open again the next time you log in, and will continue to do so until you finish the setup.
Make sure the domain's DNS record has been properly pointed to this server.
Enter the root domain only, then the system will add both the root domain and the www domain for you.
Your domain:

Submit an answer


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!

Sign In or Sign Up to Answer

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.

Accepted Answer

Please press CTRL+C and continuing to SSH, then run the following command to avoid the start-up script.

sed -i '/domainsetup.sh/d' /etc/profile

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Become a contributor for community

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

DigitalOcean Documentation

Full documentation for every DigitalOcean product.

Resources for startups and SMBs

The Wave has everything you need to know about building a business, from raising funding to marketing your product.

Get our newsletter

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.