Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scripts #662

Open
simonmcnair opened this issue Feb 21, 2024 · 1 comment
Open

scripts #662

simonmcnair opened this issue Feb 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@simonmcnair
Copy link
Contributor

referring to services/AUTOMATIC1111/entrypoint.sh

find "${ROOT}/scripts/" -maxdepth 1 -type l -delete
cp -vrfTs /data/config/auto/scripts/ "${ROOT}/scripts/"

I wonder if this is stopping me from getting updated scripts from auto1111 ? All my scripts appear to be out of date, and I can't update them. eg Prompts from file or textbox should have an option to append, or prepend, but mine doesn't as it's out of date.

Apologies if I'm wrong, it has just been bugging me for ages that my scripts appear wrong.

@simonmcnair simonmcnair added the bug Something isn't working label Feb 21, 2024
@DevilaN
Copy link
Contributor

DevilaN commented Apr 25, 2024

This part of code removes any existing symlinks (-type l) and then links them again. You should update scripts in ./data/config/auto/scripts directory.

How are you updating your scripts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants