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-01-15 21:33:57 +01:00
parent d5de25f596
commit 8832c9c3bb

View file

@ -77,7 +77,7 @@ chmod +x $final_path/smp-server
pushd "$final_path" pushd "$final_path"
public_ip4="$(curl -s ip.yunohost.org)" || true public_ip4="$(curl -s ip.yunohost.org)" || true
yes | ./smp-server init -l --ip $public_ip4 ./smp-server init --no-password --ip $public_ip4 -y
popd popd
chown -R $app:$app "/etc/opt/simplex" chown -R $app:$app "/etc/opt/simplex"