Fix the broken linux developer console script

This commit is contained in:
cmdr2 2022-10-10 19:37:05 +05:30
parent ffcf46a371
commit 399642f958

View File

@ -13,5 +13,5 @@ if [ "$0" == "bash" ]; then
conda activate ./stable-diffusion/env
else
bash --init-file open_dev_console.sh
bash --init-file developer_console.sh
fi