Merge pull request #109 from elwynelwyn/add-shebangs

Add shebangs to all sh files
This commit is contained in:
cmdr2 2022-09-08 15:21:29 +05:30 committed by GitHub
commit c7c47635f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/bin/bash
printf "\n\nStable Diffusion UI\n\n"
if [ -f "scripts/install_status.txt" ] && [ `grep -c sd_ui_git_cloned scripts/install_status.txt` -gt "0" ]; then

View File

@ -1,3 +1,5 @@
#!/bin/bash
cp sd-ui-files/scripts/on_env_start.sh scripts/
source installer/etc/profile.d/conda.sh

View File

@ -1,3 +1,5 @@
#!/bin/bash
conda-unpack
source $CONDA_PREFIX/etc/profile.d/conda.sh

View File

@ -1,3 +1,5 @@
#!/bin/bash
source installer/bin/activate
conda-unpack