diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-10 20:01:57 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-10 20:01:57 -0500 |
| commit | 63cfe979086c720209bfacbcc5ae22c8a28dbea3 (patch) | |
| tree | d119a10fb93a5e518898931412826b8348f7c31f /runs-all | |
| parent | 5c3d0362a2bf9bb93b2a256d3958c0f1387c5daa (diff) | |
removed script_dir_2
Diffstat (limited to 'runs-all')
| -rwxr-xr-x | runs-all/env.sh | 6 |
1 files changed, 2 insertions, 4 deletions
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 |
