shiori/run.sh: set HOME

This commit is contained in:
Starbeamrainbowlabs 2021-04-04 14:28:27 +01:00
parent cdc7ce87cc
commit 384afc1d6e
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 2 additions and 0 deletions

View File

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