From 153a6e2cb02dceab8ec87f82b5be3daf0e6de186 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Tue, 25 Oct 2022 14:30:08 +0530 Subject: [PATCH] Temporarily disable sd_start for linux --- scripts/on_sd_start.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/on_sd_start.sh b/scripts/on_sd_start.sh index ca8e698f..4e8c62e9 100755 --- a/scripts/on_sd_start.sh +++ b/scripts/on_sd_start.sh @@ -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"