1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/uptime-kuma_ynh.git synced 2024-10-01 13:34:58 +02:00

whats ynh_local_curl ?

This commit is contained in:
Hadrien 2021-11-02 00:38:50 +03:00
parent 1c38f8d16a
commit 336e4de876

View file

@ -309,8 +309,8 @@ ynh_script_progression --message="Configuring SSOwat..." --time --weight=1
ynh_permission_update --permission="main" --add="visitors" ynh_permission_update --permission="main" --add="visitors"
# Installation with curl # Installation with curl
ynh_script_progression --message="Finalizing installation..." --time --weight=1 # ynh_script_progression --message="Finalizing installation..." --time --weight=1
ynh_local_curl "/INSTALL_PATH" "key1=value1" "key2=value2" "key3=value3" ynh_local_curl "/" "key1=value1" "key2=value2" "key3=value3"
# Remove the public access # Remove the public access
ynh_permission_update --permission="main" --remove="visitors" ynh_permission_update --permission="main" --remove="visitors"