1
0
Fork 0
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:
pp-r 2021-03-04 19:05:49 +01:00 committed by GitHub
parent fa6c3c58a9
commit ab38227118
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -229,6 +229,10 @@ ynh_add_fpm_config
# Reload NGINX # Reload NGINX
#ynh_systemd_action --service_name=nginx --action=reload #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 # Installation with curl
#ynh_script_progression --message="Finalizing installation..." --time --weight=1 #ynh_script_progression --message="Finalizing installation..." --time --weight=1
#ynh_local_curl "/INSTALL_PATH" "key1=value1" "key2=value2" "key3=value3" #ynh_local_curl "/INSTALL_PATH" "key1=value1" "key2=value2" "key3=value3"