mirror of
https://github.com/YunoHost-Apps/zwiicms_ynh.git
synced 2024-09-03 18:06:04 +02:00
add first and last name and email
This commit is contained in:
parent
fa6c3c58a9
commit
ab38227118
1 changed files with 4 additions and 0 deletions
|
@ -229,6 +229,10 @@ ynh_add_fpm_config
|
|||
# Reload NGINX
|
||||
#ynh_systemd_action --service_name=nginx --action=reload
|
||||
|
||||
firstname=$(ynh_user_get_info --username=$admin --key=firstname)
|
||||
lastname=$(ynh_user_get_info --username=$admin --key=lastname)
|
||||
email=$(ynh_user_get_info --username=$admin --key=mail)
|
||||
|
||||
# Installation with curl
|
||||
#ynh_script_progression --message="Finalizing installation..." --time --weight=1
|
||||
#ynh_local_curl "/INSTALL_PATH" "key1=value1" "key2=value2" "key3=value3"
|
||||
|
|
Loading…
Reference in a new issue