aboutsummaryrefslogtreecommitdiff
path: root/runs-all
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-05-31 08:06:08 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-05-31 08:06:08 -0500
commit1531d84d91059a812a86185651b82bffdf8cd521 (patch)
treeb400d658dc4e5f217c363b9c419bdb91fcfc5c45 /runs-all
parentb849f59fe36b6fd08d64040f68f1d2548c7563db (diff)
added pipewire. cleaned up profile.
Diffstat (limited to 'runs-all')
-rwxr-xr-xruns-all/env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runs-all/env.sh b/runs-all/env.sh
index 22f3138..744e0de 100755
--- a/runs-all/env.sh
+++ b/runs-all/env.sh
@@ -1,7 +1,7 @@
#!/bin/bash
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
-echo RUNNING ENV ALL
+echo DEPLOYING ENV ALL
cp -r $script_dir/../env/. "$DEV_ENV"
[ -d "$script_dir/../env_private/env/" ] && cp -r $script_dir/../env_private/env/. "$DEV_ENV"