mirror of
https://github.com/pstadler/metrics.sh.git
synced 2025-11-10 05:59:41 -05:00
fix cli options
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user