Update 99-run.sh

This commit is contained in:
Alexandre
2023-12-29 14:07:26 +01:00
committed by GitHub
parent 66581cac72
commit 97f71aee39

View File

@@ -78,7 +78,7 @@ function check_path () {
file="$1"
# Double check exists
if [ !-f "$file" ]; then
if [ ! -f "$file" ]; then
bashio::warning "$file not found"
return 1
fi