summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-25 07:11:47 +0100
committerJoe Carstairs <me@joeac.net>2026-06-25 11:17:01 +0100
commit6f11b8c453dd7dd293954f3f97ef2d1b67321e57 (patch)
treefb40ce61d65abad0c47699b31cca7fc5ea35b0c3
parent86ec9e9d54c581b3e844462ffe79b6884e8fb183 (diff)
removes redundant JOEACNET_USER var from openrc/joeac.net
-rwxr-xr-xopenrc/joeac.net1
1 files changed, 0 insertions, 1 deletions
diff --git a/openrc/joeac.net b/openrc/joeac.net
index 7041603..eed508e 100755
--- a/openrc/joeac.net
+++ b/openrc/joeac.net
@@ -3,7 +3,6 @@
# https://gist.github.com/itzwam/2069e935385193207f7e5bea7156e21d
# https://github.com/0x17de/dockerservice-openrc
-: ${JOEACNET_USER:=$(whoami)}
: ${SRCDIR:=/usr/local/lib/joeac.net}
DOCKER_COMPOSE_UP_ARGS=${DOCKER_COMPOSE_UP_ARGS-"--no-build --no-recreate --no-deps"}