Temporarily disable sd_start for linux

This commit is contained in:
cmdr2 2022-10-25 14:30:08 +05:30
parent 95f37b9d36
commit 153a6e2cb0

View File

@ -6,6 +6,11 @@ cp sd-ui-files/scripts/bootstrap.sh scripts/
CONDA_BASEPATH=$(conda info --base)
source "$CONDA_BASEPATH/etc/profile.d/conda.sh" # otherwise conda complains about 'shell not initialized' (needed when running in a script)
echo "$CONDA_BASEPATH/etc/profile.d/conda.sh"
read -p "Temp check"
exit
# remove the old version of the dev console script, if it's still present
if [ -e "open_dev_console.sh" ]; then
rm "open_dev_console.sh"