1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00
This commit is contained in:
ericgaspar 2020-11-20 09:33:27 +01:00
parent 2400eee2b1
commit 7d2369f8df
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 1 additions and 2 deletions

View file

@ -119,5 +119,5 @@ ynh_check_starting () {
local service_name="${4:-$app}"
local app_log="${2:-/var/log/$service_name/$service_name.log}"
local timeout=${3:-300}
}

View file

@ -55,7 +55,6 @@ key=$(ynh_string_random)
#=================================================
ynh_script_progression --message="Storing installation settings..." --weight=1
ynh_app_setting_set --app=$app --key=mysqlpwd --value=$dbpass
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