1
0
Fork 0
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:
yalh76 2023-01-22 17:57:02 +01:00
parent 30082755c3
commit 2e62367ccb

View file

@ -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