From a43e81e229ad07a16c4f669ee706985d43cdf387 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Thu, 31 Jul 2025 15:14:00 +0200 Subject: [PATCH] Update jd2.sh --- scripts/lcx/jd2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lcx/jd2.sh b/scripts/lcx/jd2.sh index 2286c4c..2967467 100644 --- a/scripts/lcx/jd2.sh +++ b/scripts/lcx/jd2.sh @@ -75,7 +75,7 @@ pct exec "$CTID" -- mkdir -p /opt/jdownloader pct exec "$CTID" -- bash -c 'cd /opt/jdownloader && curl -O https://installer.jdownloader.org/JDownloader.jar' # Crear servicio segĂșn sistema -if [[ "$OS_TYPE" == "alpine" ]]; then +if [[ "$OS_ID" == "alpine" ]]; then # Servicio OpenRC para Alpine pct exec "$CTID" -- bash -c 'cat > /etc/init.d/jdownloader <