From ce044e2a7cf1c3ebfc0b3b10f4a434f1c26a985a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 14 Sep 2021 17:20:17 -0500 Subject: update --- core/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/entrypoint.sh') diff --git a/core/entrypoint.sh b/core/entrypoint.sh index 5db47d6..468e11d 100644 --- a/core/entrypoint.sh +++ b/core/entrypoint.sh @@ -3,10 +3,10 @@ ## Config if [ ! -d "/root/.youtube-local" ]; then # make dir - install -d /root/.youtube-local + install -d /root/.yt-local # generate config - cat > /root/.youtube-local/settings.txt <<- EOF + cat > /root/.yt-local/settings.txt <<- EOF # Set app public mode, disabled by default app_public = ${APP_PUBLIC:-False} -- cgit v1.2.3