mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-19 03:06:37 +02:00
user configuration
This commit is contained in:
@@ -8,6 +8,11 @@ if [ -f "scripts/config.sh" ]; then
|
||||
source scripts/config.sh
|
||||
fi
|
||||
|
||||
if [ -f "scripts/user_config.sh" ]; then
|
||||
source scripts/user_config.sh
|
||||
fi
|
||||
|
||||
|
||||
if [ "$update_branch" == "" ]; then
|
||||
export update_branch="main"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user