aboutsummaryrefslogtreecommitdiffstats
path: root/core/entrypoint.sh
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-09-14 17:20:17 -0500
committerJesús <heckyel@hyperbola.info>2021-09-14 17:20:17 -0500
commitce044e2a7cf1c3ebfc0b3b10f4a434f1c26a985a (patch)
tree53b4fe98817fa896898d749d3ae2b00fb77020b2 /core/entrypoint.sh
parent71d62d232f28b08edbdec4302165fd27f08e90bb (diff)
downloadyt-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.sh4
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}