From 1b35167fb4753fbc287455751d33bcdc29750e2f Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 Aug 2024 18:45:37 +0000 Subject: [PATCH] Added fix to castopod --- lib/castopod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/castopod.sh b/lib/castopod.sh index 3ec90fd..979ce1e 100644 --- a/lib/castopod.sh +++ b/lib/castopod.sh @@ -3,6 +3,7 @@ # Castopod Service PATH=$HOME/.docker/cli-plugins:/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin +get_appvars config_castopod() { echo -ne "\n* Configuring /federated/apps/castopod container.." @@ -11,7 +12,6 @@ config_castopod() { mkdir -p /federated/apps/castopod/data/var/www/castopod/public/media chown -R 33 /federated/apps/castopod/data/var fi - get_appvars cat > /federated/apps/castopod/docker-compose.yml <