removed script_dir_2

This commit is contained in:
2025-07-10 20:01:57 -05:00
parent 5c3d0362a2
commit 63cfe97908
2 changed files with 10 additions and 14 deletions

View File

@@ -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