From 1f1a06111b24febc75bdf991c4fae1ba96d01974 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 17:49:05 +0200 Subject: [PATCH] fix --- manifest.toml | 3 --- scripts/install | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 7f7793e..016ee62 100644 --- a/manifest.toml +++ b/manifest.toml @@ -54,9 +54,6 @@ ram.runtime = "50M" main.default = 5223 main.exposed = "TCP" - [install.domain] - type = "domain" - [resources.system_user] [resources.install_dir] diff --git a/scripts/install b/scripts/install index 2eacb50..e479e3f 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 - ./xftp-server init --ip $public_ip4 --fqdn $domain --quota '20gb' --store-log --path $data_dir + ./xftp-server init --ip $public_ip4 --quota '20gb' --store-log --path $data_dir popd fingerprint=$(cat /etc/opt/simplex/fingerprint)