Copy get_config.py in on_sd_start for the first run, when on_env_start hasn't yet been updated

This commit is contained in:
cmdr2 2023-04-26 16:34:27 +05:30 committed by GitHub
parent fe8c208e7c
commit 24d0e7566f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ cp sd-ui-files/scripts/on_env_start.sh scripts/
cp sd-ui-files/scripts/bootstrap.sh scripts/
cp sd-ui-files/scripts/check_modules.py scripts/
cp sd-ui-files/scripts/check_models.py scripts/
cp sd-ui-files/scripts/get_config.py scripts/
source ./scripts/functions.sh