mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
Fixes
This commit is contained in:
parent
a0dc770cc9
commit
1a375a91bd
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -53,4 +53,4 @@ npm-debug.log
|
|||
|
||||
# Rust binaries
|
||||
/native/**/target
|
||||
/.cargo
|
||||
/.cargo
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# For compatibility with musl libc
|
||||
export CARGO_FEATURE_DISABLE_INITIAL_EXEC_TLS=1
|
||||
export CARGO_HOME=/srv/philomena
|
||||
export CARGO_HOME=/srv/philomena/.cargo
|
||||
|
||||
background() {
|
||||
while :; do
|
||||
|
|
Loading…
Reference in a new issue