mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
Fix
This commit is contained in:
parent
2400eee2b1
commit
7d2369f8df
2 changed files with 1 additions and 2 deletions
|
@ -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}
|
||||
|
||||
}
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue