mirror of
https://github.com/YunoHost-Apps/pleroma_ynh.git
synced 2024-09-03 20:15:59 +02:00
Fix strip-uploads
This commit is contained in:
parent
30082755c3
commit
2e62367ccb
1 changed files with 2 additions and 1 deletions
|
@ -201,7 +201,8 @@ pushd $final_path/live
|
||||||
--static-dir $datadir/static \
|
--static-dir $datadir/static \
|
||||||
--listen-ip 127.0.0.1 \
|
--listen-ip 127.0.0.1 \
|
||||||
--listen-port $port \
|
--listen-port $port \
|
||||||
--strip-uploads Y \
|
--strip-uploads-location Y \
|
||||||
|
--read-uploads-description Y \
|
||||||
--anonymize-uploads Y \
|
--anonymize-uploads Y \
|
||||||
--dedupe-uploads Y"
|
--dedupe-uploads Y"
|
||||||
popd
|
popd
|
||||||
|
|
Loading…
Add table
Reference in a new issue