mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 14:52:07 +01:00
Remove CEF lock on startup (#151)
This commit is contained in:
@@ -99,6 +99,8 @@ sed -i -r "s/server.opdsShowOnlyUnreadChapters = ([0-9]+|[a-zA-Z]+)( #)?/server.
|
||||
sed -i -r "s/server.opdsShowOnlyDownloadedChapters = ([0-9]+|[a-zA-Z]+)( #)?/server.opdsShowOnlyDownloadedChapters = ${OPDS_SHOW_ONLY_DOWNLOADED_CHAPTERS:-\1} #/" /home/suwayomi/.local/share/Tachidesk/server.conf
|
||||
sed -i -r "s/server.opdsChapterSortOrder = \"(.*?)\"( #)?/server.opdsChapterSortOrder = \"${OPDS_CHAPTER_SORT_ORDER:-\1}\" #/" /home/suwayomi/.local/share/Tachidesk/server.conf
|
||||
|
||||
rm -rf /home/suwayomi/.local/share/Tachidesk/cache/kcef/Singleton*
|
||||
|
||||
if command -v Xvfb >/dev/null; then
|
||||
command="xvfb-run --auto-servernum java"
|
||||
if [ -d /opt/kcef/jcef ]; then
|
||||
|
||||
Reference in New Issue
Block a user