aboutsummaryrefslogtreecommitdiff
path: root/runs-all
diff options
context:
space:
mode:
Diffstat (limited to 'runs-all')
-rwxr-xr-xruns-all/env.sh6
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