This commit is contained in:
Alexandre
2023-03-25 13:06:57 +01:00
parent 3f01fc81de
commit 8fd5621dbe
3 changed files with 1 additions and 10 deletions

View File

@@ -4,9 +4,6 @@
# Only execute if installed
if [ -f /notinstalled ]; then exit 0; fi
# Specify launcher
LAUNCHER="sudo -u abc php /data/config/www/nextcloud/occ"
# Install specific packages
if [ ! -d /data/config/www/nextcloud/apps/pdfannotate ]; then
CURRENT="$PWD"