Tolto il file openpdf.sh

This commit is contained in:
tommal
2025-11-30 14:50:59 +01:00
parent ddaf9329a1
commit 6388fc9e46
2 changed files with 0 additions and 69 deletions

View File

@@ -156,10 +156,6 @@ RUN chmod 644 /usr/local/share/applications/firefox-pdf.desktop && \
RUN gosu abc xdg-mime default firefox-esr.desktop application/pdf || true
RUN gosu abc xdg-mime default firefox-pdf.desktop application/pdf || true
# Copy both the PDF watcher script AND the autostart script
COPY defaults/openpdf.sh /usr/local/bin/openpdf.sh
RUN chmod +x /usr/local/bin/openpdf.sh && chown abc:abc /usr/local/bin/openpdf.sh
# Copy the autostart script to /defaults/ (LinuxServer base image uses this location)
COPY defaults/autostart /defaults/autostart
RUN chmod +x /defaults/autostart