Move command to correct branch (#143)

This commit is contained in:
Constantin Piber
2025-07-06 18:54:20 +02:00
committed by GitHub
parent e7b1b6b21e
commit caeaff6196

View File

@@ -114,11 +114,11 @@ if command -v Xvfb >/dev/null; then
fi
export LD_PRELOAD=/home/suwayomi/.local/share/Tachidesk/bin/kcef/libcef.so
else
command="java"
echo "Suwayomi built without KCEF support, not starting Xvfb"
fi
if [ -f /opt/catch_abort.so ]; then
export LD_PRELOAD="/opt/catch_abort.so $LD_PRELOAD"
command="java"
fi
echo "LD_PRELOAD=$LD_PRELOAD"
exec $command -Duser.home=/home/suwayomi -jar "/home/suwayomi/startup/tachidesk_latest.jar";