diff --git a/scripts/install b/scripts/install index abf1bf2..9827b31 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 --store-log -yes + ./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