From 2624cc335ab662a82d1c851b1c723aa8fa1d3aa5 Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Fri, 11 Sep 2020 15:17:08 +0300 Subject: [PATCH] Installation script enchansements --- static/server.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/server.sh b/static/server.sh index c35b7fa..c65cf87 100755 --- a/static/server.sh +++ b/static/server.sh @@ -23,6 +23,8 @@ InstallDependencies() wget https://selfprivacy.org/mkpasswd wget https://selfprivacy.org/s3cli chmod +x s3cli + chmod +x mkpasswd + PASSWORD=$( ./mkpasswd -m sha-512 "$PASSWORD" ) } CollectData() {