Update 98-upgrade.sh

This commit is contained in:
Alexandre
2023-07-12 11:11:12 +02:00
committed by GitHub
parent 60dae6dcac
commit 9265ddb4a0

View File

@@ -1,6 +1,8 @@
#!/usr/bin/with-contenv bashio
# shellcheck shell=bash
exit 0
# Only execute if installed
if [ -f /notinstalled ]; then exit 0; fi