shiori/run.sh: set SHIORI_DIR

Ref https://github.com/go-shiori/shiori/wiki/Usage
This commit is contained in:
Starbeamrainbowlabs 2021-04-04 15:00:15 +01:00
parent 384afc1d6e
commit 909603b4a9
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ fi
cd "${data_dir}" || { echo "Error: Failed to cd into '${data_dir}' (have you checked the permissions?)"; exit 2; };
export HOME="${data_dir}";
export SHIORI_DIR="${data_dir}";
if [[ "${1}" == "serve" ]]; then
exec /srv/shiori "$@" --port "${port}";