diff options
author | Jesús <heckyel@hyperbola.info> | 2021-09-14 17:20:17 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-09-14 17:20:17 -0500 |
commit | ce044e2a7cf1c3ebfc0b3b10f4a434f1c26a985a (patch) | |
tree | 53b4fe98817fa896898d749d3ae2b00fb77020b2 /core/entrypoint.sh | |
parent | 71d62d232f28b08edbdec4302165fd27f08e90bb (diff) | |
download | yt-local-docker-ce044e2a7cf1c3ebfc0b3b10f4a434f1c26a985a.tar.lz yt-local-docker-ce044e2a7cf1c3ebfc0b3b10f4a434f1c26a985a.tar.xz yt-local-docker-ce044e2a7cf1c3ebfc0b3b10f4a434f1c26a985a.zip |
update
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} |