aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/env.sh1
-rw-r--r--templates/env.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/env.sh b/docs/env.sh
index 67259d01..ee71c37c 100644
--- a/docs/env.sh
+++ b/docs/env.sh
@@ -1,6 +1,5 @@
#!/usr/bin/env bash
set -Eeuo pipefail
-cd "$(dirname "${BASH_SOURCE[0]}")"
export SERVER_URL=root@euandre.org
export DOCS_SERVER_PATH="/home/user-data/www/default/dotfiles/"
diff --git a/templates/env.sh b/templates/env.sh
index 3007d899..0f7848af 100644
--- a/templates/env.sh
+++ b/templates/env.sh
@@ -1,6 +1,5 @@
#!/usr/bin/env bash
set -Eeuo pipefail
-cd "$(dirname "${BASH_SOURCE[0]}")"
export SERVER_URL=root@euandre.org
export DOCS_SERVER_PATH="/home/user-data/www/default/$REPO/"