can't overwrite self - linux install script

This commit is contained in:
cmdr2
2022-09-07 20:01:39 +05:30
parent 96d4b52da3
commit 3224cd73ed
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,8 @@
cp sd-ui-files/scripts/on_env_start.sh scripts/
source installer/etc/profile.d/conda.sh
if [ `grep -c sd_git_cloned scripts/install_status.txt` -gt "0" ]; then
if [ -e "scripts/install_status.txt" ] && [ `grep -c sd_git_cloned scripts/install_status.txt` -gt "0" ]; then
echo "Stable Diffusion's git repository was already installed. Updating.."
cd stable-diffusion