mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-03 07:40:52 +02:00
Update 99-add_packages.sh
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
# Runs only after initialization done
|
# Runs only after initialization done
|
||||||
if [ ! -f /app/www/public/occ ]: then cp "$(basename "${BASH_SOURCE}")" /scripts/ && exit 0; fi
|
if [ ! -f /app/www/public/occ ]; then cp "$(basename "${BASH_SOURCE}")" /scripts/ && exit 0; fi
|
||||||
|
|
||||||
# Install specific packages
|
# Install specific packages
|
||||||
if [ ! -d /data/config/www/nextcloud/apps/pdfannotate ]; then
|
if [ ! -d /data/config/www/nextcloud/apps/pdfannotate ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user