From 764a06bd9dd85e8e07baca372f8c6f3f2c6d83f9 Mon Sep 17 00:00:00 2001 From: DaRealestUK Date: Wed, 13 Mar 2019 18:12:15 +0000 Subject: [PATCH] Corrected directory not empty error --- apps/templates/nzbget-mp4/installer/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/templates/nzbget-mp4/installer/installer.sh b/apps/templates/nzbget-mp4/installer/installer.sh index 2fe24f5..8c26cf9 100644 --- a/apps/templates/nzbget-mp4/installer/installer.sh +++ b/apps/templates/nzbget-mp4/installer/installer.sh @@ -5,7 +5,7 @@ apk add --no-cache git apk add build-base gcc wget diffutils perl apk add curl git clone https://github.com/mdhiggins/sickbeard_mp4_automator.git /config/scripts/MP4_Automator/tmp -mv /config/scripts/MP4_Automator/tmp/* /config/scripts/MP4_Automator/ +cp -r /config/scripts/MP4_Automator/tmp/* /config/scripts/MP4_Automator rm -rf /config/scripts/MP4_Automator/tmp git unstage apk add --no-cache py-setuptools py-pip python-dev libffi-dev gcc musl-dev openssl-dev