Typo in linux v2 script for env var

This commit is contained in:
cmdr2 2022-09-03 18:48:11 +05:30
parent b4b2c351b4
commit e79e425cf5

View File

@ -75,6 +75,6 @@ printf "\n\nStable Diffusion is ready!\n\n"
export SD_UI_PATH=`pwd`/../ui
uvicorn server:app --app-dir "%SD_UI_PATH%" --port 9000 --host 0.0.0.0
uvicorn server:app --app-dir "$SD_UI_PATH" --port 9000 --host 0.0.0.0
read -p "Press any key to continue"