fff-gateway: explicitly return status code 0 for version check

We check the return code in configuregateway, so let's give success
explicitly. This might not be strictly necessary now, but providing
it will make our lifes easier if the file is changed later.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Robert Langhammer <rlanghammer@web.de>
Reviewed-by: Fabian Bläse <fabian@blaese.de>
This commit is contained in:
Adrian Schmutzler 2020-04-26 13:49:51 +02:00
parent 2f9e5f4af1
commit 4791c24608
1 changed files with 2 additions and 0 deletions

View File

@ -22,4 +22,6 @@ configure() {
exit 1
fi
return 0
}