From c0b11a79d96bd43a20ac4959c0c7a374337b5a01 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 16:47:36 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6052636..32ab050 100755 --- a/scripts/install +++ b/scripts/install @@ -31,7 +31,7 @@ pushd "$install_dir" public_ip4="$(curl -s ip.yunohost.org)" || true ynh_app_setting_set --app=$app --key=public_ip4 --value=$public_ip4 ./smp-server init --no-password --ip $public_ip4 -y - ./ftp-server init -l -p /srv/xftp "$@" + ./xftp-server init --ip $public_ip4 --store-log --path /srv/xftp "$@" popd fingerprint=$(cat /etc/opt/simplex/fingerprint)