mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Update 99-run.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user