mirror of
https://github.com/plausible/analytics.git
synced 2024-12-11 09:25:38 +03:00
7 lines
125 B
Bash
7 lines
125 B
Bash
|
#!/bin/sh
|
||
|
# Creates the database if needed
|
||
|
|
||
|
|
||
|
BIN_DIR=`dirname "$0"`
|
||
|
|
||
|
${BIN_DIR}/bin/plausible eval Plausible.Release.createdb
|