Remove config directory after moving contents

This commit is contained in:
Alexandre
2021-12-29 16:57:58 +01:00
parent 085bbf1241
commit 78ee22a456
14 changed files with 16 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ if [ -d /config/prowlarr ]; then
mkdir -p /config/addons_config/prowlarr
chown -R abc:abc /config/addons_config/prowlarr
mv /config/prowlarr/* /config/addons_config/prowlarr/
rm -r /config/prowlarr
fi
if [ ! -d /config/addons_config/prowlarr ]; then