fix default image for null status

This commit is contained in:
root 2018-12-09 03:10:52 +01:00
parent 426179aa0f
commit 7e68b43040
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ case $STATUS in
$STATUS_NULL)
API_STATUS="null"
STATUS_="'''Öffnungsstatus unbekannt'''"
IMAGE="ChCh_Logo_closed.png"
IMAGE="$WIKI_IMAGE_CLOSED"
if [ -f "$STATUS_FILE" ]; then
case $(head -n1 "$STATUS_FILE") in
$STATUS_OPEN)