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 2023-05-23 16:59:31 +02:00
parent 511f4fc7c5
commit 45b793474a

View file

@ -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 --store-log --path /srv/xftp "$@"
./xftp-server init --ip $public_ip4 -q '20gb' --store-log --path /srv/xftp "$@"
popd
fingerprint=$(cat /etc/opt/simplex/fingerprint)