mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 14:14:18 +01:00
removed duplicate line
that's what happens when you edit stuff on the github site
This commit is contained in:
parent
d8907fe211
commit
dc53590216
|
|
@ -9,7 +9,6 @@ find "${ROOT}/scripts/" -maxdepth 1 -type l -delete
|
|||
cp -vrfTs /data/config/auto/scripts/ "${ROOT}/scripts/"
|
||||
|
||||
# config.json for auto
|
||||
cp -n /docker/config.json /data/config/auto/config.json
|
||||
## Step 1: Copy default config to user config if missing
|
||||
cp -n /docker/config.json /data/config/auto/config.json
|
||||
## Step 2: Put the default config and user config into vars
|
||||
|
|
|
|||
Loading…
Reference in a new issue