1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00

fix the config panel

This commit is contained in:
Kay0u 2021-09-15 16:01:49 +02:00
parent 9f48368d57
commit d61999e293
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -14,6 +14,8 @@ ynh_abort_if_errors
# RETRIEVE ARGUMENTS # RETRIEVE ARGUMENTS
#================================================= #=================================================
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
#================================================= #=================================================
# SPECIFIC GETTERS FOR TOML SHORT KEY # SPECIFIC GETTERS FOR TOML SHORT KEY
#================================================= #=================================================
@ -31,3 +33,8 @@ set__use_web_account() {
ynh_app_setting_set --app=$app --key=use_web_account --value=$use_web_account ynh_app_setting_set --app=$app --key=use_web_account --value=$use_web_account
fi fi
} }
#=================================================
# GENERIC FINALIZATION
#=================================================
ynh_app_config_run $1