From 75524083724f912f29a7cf2c9b870bef9f3ef2a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 8 May 2024 14:23:52 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b102f16..aa3cbca 100755 --- a/scripts/install +++ b/scripts/install @@ -42,7 +42,7 @@ 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 - ./xftp-server init --ip $public_ip4 --quota '$storage_quota' --store-log --path $data_dir + ./xftp-server init --ip $public_ip4 --quota "$storage_quota" --store-log --path $data_dir popd fingerprint=$(cat /etc/opt/simplex/fingerprint)