bootstrap.sh: disable one shellcheck message about sourcing bootstrap.conf
authorAntonio Ospite <ao2@ao2.it>
Mon, 18 Dec 2017 14:59:51 +0000 (15:59 +0100)
committerAntonio Ospite <ao2@ao2.it>
Mon, 18 Dec 2017 14:59:51 +0000 (15:59 +0100)
The file will be available when the script actually runs.

libexec/bootstrap.sh

index 42911cb..2381d29 100755 (executable)
@@ -52,6 +52,7 @@ do
   shift
 done
 
+# shellcheck disable=SC1091
 . bootstrap.conf
 
 declare -p DB_NAME