diff options
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 |
