diff options
Diffstat (limited to 'core/entrypoint.sh')
-rw-r--r-- | core/entrypoint.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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} |