MediaManager: fix path issue

This commit is contained in:
vhsdream 2025-08-06 08:17:29 -04:00
parent 5eb51cfd76
commit b892cc4cd2

View File

@ -77,7 +77,7 @@ sed -e "s/localhost:8/$LOCAL_IP:8/g" \
-e "/^token_secret/s/=.*/= \"$SECRET\"/" \ -e "/^token_secret/s/=.*/= \"$SECRET\"/" \
-e "s/admin@example.com/$EMAIL/" \ -e "s/admin@example.com/$EMAIL/" \
-e '/^admin_emails/s/, .*/]/' \ -e '/^admin_emails/s/, .*/]/' \
/opt/mediamanager/config.example.toml >/opt/"$CONFIG_DIR"/config.toml /opt/mediamanager/config.example.toml >"$CONFIG_DIR"/config.toml
mkdir -p "$MEDIA_DIR"/{images,tv,movies,torrents} mkdir -p "$MEDIA_DIR"/{images,tv,movies,torrents}