1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00

Update install

This commit is contained in:
ericgaspar 2023-05-13 08:11:42 +02:00
parent b25c64d285
commit 893f4022df

View file

@ -15,12 +15,6 @@ source /usr/share/yunohost/helpers
# Retrieve arguments # Retrieve arguments
key=$(ynh_string_random) key=$(ynh_string_random)
#=================================================
# STORE SETTINGS FROM MANIFEST
#=================================================
ynh_script_progression --message="Storing installation settings..." --weight=1
ynh_app_setting_set --app=$app --key=key --value=$key ynh_app_setting_set --app=$app --key=key --value=$key
#================================================= #=================================================