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 2020-11-20 09:37:34 +01:00
parent 7d2369f8df
commit 73bf03bc6a
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -42,14 +42,10 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde
# Register (book) web path
ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
# Generate random password and key
key=$(ynh_string_random)
#=================================================
# STORE SETTINGS FROM MANIFEST
#=================================================
@ -58,7 +54,6 @@ ynh_script_progression --message="Storing installation settings..." --weight=1
ynh_app_setting_set --app=$app --key=adminusername --value=$admin
ynh_app_setting_set --app=$app --key=is_public --value=$is_public
ynh_app_setting_set --app=$app --key=secret_key --value=$key
ynh_app_setting_set --app=$app --key=web_port --value=$port
#=================================================
# STANDARD MODIFICATIONS