Skip to content

Commit

Permalink
Update install
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgaspar committed Jan 15, 2023
1 parent d5de25f commit 8832c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ chmod +x $final_path/smp-server

pushd "$final_path"
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

chown -R $app:$app "/etc/opt/simplex"
Expand Down

0 comments on commit 8832c9c

Please sign in to comment.