fix cli options

This commit is contained in:
Patrick Stadler
2015-03-14 14:59:17 +01:00
parent cab1ad7d0a
commit e97e43c90e
2 changed files with 6 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
init () {
if [ -z $FILE_LOCATION ]; then
echo "Missing configuration: \$FILE_LOCATION"
return 1
exit 1
fi
if [ ! -f $FILE_LOCATION ]; then