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:
parent
489f2b9dcc
commit
9ccc8bb019
1 changed files with 1 additions and 1 deletions
|
@ -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)" || true)
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue