From 8f304ddbd34e5ca8966f504ef9e1a13113e5d1d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 23 May 2023 19:34:10 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 3e2f086..67bc3f8 100755 --- a/scripts/install +++ b/scripts/install @@ -41,7 +41,7 @@ public_ip4="$(curl -s ip.yunohost.org)" || true ynh_app_setting_set --app=$app --key=public_ip4 --value=$public_ip4 pushd "$install_dir" - ./smp-server init --no-password --ip $public_ip4 -y + ./smp-server init --no-password --ip $public_ip4 --store-log --yes ./xftp-server init --ip $public_ip4 --quota '20gb' --store-log --path $data_dir popd