From 8832c9c3bb3ec8444a5f498c8ca4a5430abfc83e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 15 Jan 2023 21:33:57 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4605625..af6e21c 100755 --- a/scripts/install +++ b/scripts/install @@ -77,7 +77,7 @@ chmod +x $final_path/smp-server pushd "$final_path" public_ip4="$(curl -s ip.yunohost.org)" || true - yes | ./smp-server init -l --ip $public_ip4 + ./smp-server init --no-password --ip $public_ip4 -y popd chown -R $app:$app "/etc/opt/simplex"