Update 99-ocr.sh

This commit is contained in:
Alexandre
2023-09-06 13:53:29 +02:00
committed by GitHub
parent d3f4b04fa6
commit 776b2cb13d

View File

@@ -1,6 +1,9 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
# Runs only after initialization done
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