From ecd24202f3dab3fad1b7350a39fe4a128a432ded Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:12:51 +1000 Subject: [PATCH] fix typo (cherry picked from commit 58d4a0c3d5b752022c962641458e9617d8321d4a) --- install/jdownloader2-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/jdownloader2-install.sh b/install/jdownloader2-install.sh index 38323a41..2810c613 100644 --- a/install/jdownloader2-install.sh +++ b/install/jdownloader2-install.sh @@ -26,7 +26,7 @@ $STD apt-get install -y openbox msg_ok "Installed Dependencies" msg_info "Installing JDownloader2" -mkidr -p /app/cfg +mkdir -p /app/cfg $STD git clone https://github.com/jlesage/docker-jdownloader-2 mv ./docker-jdownloader2/rootfs/defaults/cfg/* /app/cfg/ rm -rf ./docker-jdownloader2