analytics/rel/overlays/createdb.sh
Niklas Hambüchen 2d413129a7
Fix shell scripts. (#1179)
There were various mistakes in the shell scripts, such as lack of
quoting; they would break them immediately e.g. if `BIN_DIR` contained a space.

Pointed out by `shellcheck`.
2021-07-20 09:43:27 +03:00

8 lines
129 B
Bash
Executable File

#!/bin/sh
# Creates the database if needed
BIN_DIR=$(dirname "$0")
"${BIN_DIR}"/bin/plausible eval Plausible.Release.createdb