1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simplex_ynh.git synced 2024-09-03 20:26:28 +02:00

Update install

This commit is contained in:
Éric Gaspar 2024-05-08 14:23:52 +02:00
parent 94c7f42400
commit 7552408372

View file

@ -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)