Update 99-trusted_domains.sh

This commit is contained in:
Alexandre
2023-09-06 15:24:02 +02:00
committed by GitHub
parent 30a4fa73e1
commit 7cf978f5a9

View File

@@ -2,7 +2,7 @@
# shellcheck shell=bash
# 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
# Only execute if installed
if [ -f /notinstalled ]; then exit 0; fi