From 2454f8bf00993bed9dc456504ab8d73b431dafe3 Mon Sep 17 00:00:00 2001 From: Pieter Verschaffelt Date: Thu, 29 Sep 2022 11:12:09 +0200 Subject: [PATCH] Add m parameter to expected script parameters --- scripts/build_database.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_database.sh b/scripts/build_database.sh index 157508d..3d470b1 100755 --- a/scripts/build_database.sh +++ b/scripts/build_database.sh @@ -171,7 +171,7 @@ trap clean EXIT ### Process all options for this script and make sure that everything is alright. -while getopts ":hvf:i:d:" opt +while getopts ":hvm:f:i:d:" opt do case $opt in h)