From 2e62367ccbac8f37c0051dd7aceb599ef08aa086 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 22 Jan 2023 17:57:02 +0100 Subject: [PATCH] Fix strip-uploads --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f6adcbf..e16ba54 100755 --- a/scripts/install +++ b/scripts/install @@ -201,7 +201,8 @@ pushd $final_path/live --static-dir $datadir/static \ --listen-ip 127.0.0.1 \ --listen-port $port \ - --strip-uploads Y \ + --strip-uploads-location Y \ + --read-uploads-description Y \ --anonymize-uploads Y \ --dedupe-uploads Y" popd