From 63cfe979086c720209bfacbcc5ae22c8a28dbea3 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Thu, 10 Jul 2025 20:01:57 -0500 Subject: removed script_dir_2 --- runs-all/env.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'runs-all') diff --git a/runs-all/env.sh b/runs-all/env.sh index 3e93502..a03d3d0 100755 --- a/runs-all/env.sh +++ b/runs-all/env.sh @@ -1,9 +1,7 @@ #!/bin/bash -script_dir_2="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" - echo DEPLOYING ENV ALL -cp -r $script_dir_2/../env/. "$DEV_ENV" -[ -d "$script_dir_2/../env_private/env/" ] && cp -r $script_dir_2/../env_private/env/. "$DEV_ENV" +cp -r $script_dir/env/. "$DEV_ENV" +[ -d "$script_dir/env_private/env/" ] && cp -r $script_dir/env_private/env/. "$DEV_ENV" if [ ! -f "/etc/profile" ]; then -- cgit v1.3