mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-12-02 15:48:00 +01:00
Fixes
This commit is contained in:
parent
a0dc770cc9
commit
1a375a91bd
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# For compatibility with musl libc
|
# For compatibility with musl libc
|
||||||
export CARGO_FEATURE_DISABLE_INITIAL_EXEC_TLS=1
|
export CARGO_FEATURE_DISABLE_INITIAL_EXEC_TLS=1
|
||||||
export CARGO_HOME=/srv/philomena
|
export CARGO_HOME=/srv/philomena/.cargo
|
||||||
|
|
||||||
background() {
|
background() {
|
||||||
while :; do
|
while :; do
|
||||||
|
|
Loading…
Reference in a new issue