'install scripts' doesn't have a "fix it" button

I was just playing with an old domain, and an issue I have seen over and over reared its ugly head, so I figured maybe if I talked about it, it would magically get fixed.

Install Scripts lets me put scripts in the "/" folder of the site, which is great.. But occasionally I will clear out the folder, install new stuff, and go on my way. Problem? I can't remove the "script" (which is gone) from install scripts without blowing up my now populated folder.

Can we get a button that says "I moved this outta here already, take this off the list" or something way shorter than that?

Status: 
Closed (fixed)

Comments

There's no button in Virtualmin for this yet, but you could manually delete the script from the DB that tracks installed scripts by deleting the appropriate file under /etc/webmin/virtual-server/scriptlog/XXX (where XXX is the domain's unique numeric ID)

Yep, that works, but my button idea would be way cooler :)

If I had a script that I wanted to keep, and 1 I wanted to zap, this wouldn't be a very elegant solution either, but it does get it off that screen in this case.

In the next (4.19) Virtualmin release, I will make it easier to do this using the command-line API, with a command like :

virtualmin delete-script --domain example.com --type wordpress --deregister

Automatically closed -- issue fixed for 2 weeks with no activity.