From da9a0e80ecb2688277e0e658d032ee06db2d43a8 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 23 Apr 2025 16:59:47 -0600 Subject: [PATCH] icecast: Update Bastillefile --- icecast/Bastillefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icecast/Bastillefile b/icecast/Bastillefile index 663a249..04fe2fc 100644 --- a/icecast/Bastillefile +++ b/icecast/Bastillefile @@ -1,9 +1,9 @@ # Icecast Bastillefile ARG APP_NAME=icecast -ARG MOUNT_POINT=/apps/icecast +ARG CONFIG_PATH=/apps/icecast -MOUNT ${MOUNT_POINT} /usr/local/etc/icecast nullfs rw 0 0 +MOUNT ${CONFIG_PATH} /usr/local/etc/icecast nullfs rw 0 0 CMD fetch -o /tmp/ https://raw.githubusercontent.com/tschettervictor/bsd-apps/main/icecast/${APP_NAME}-install.sh CMD chmod +x /tmp/${APP_NAME}-install.sh