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

Update upgrade

This commit is contained in:
Éric Gaspar 2023-03-04 19:40:49 +01:00
parent 9ccc8bb019
commit 95978be6cb

View file

@ -22,7 +22,7 @@ ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
# If public_ip4 doesn't exist, create it # If public_ip4 doesn't exist, create it
if [ -z "$public_ip4" ]; then if [ -z "$public_ip4" ]; then
public_ip4="$(curl -s ip.yunohost.org)") public_ip4="$(curl -s ip.yunohost.org)"
ynh_app_setting_set --app=$app --key=public_ip4 --value=$public_ip4 ynh_app_setting_set --app=$app --key=public_ip4 --value=$public_ip4
fi fi