mirror of
https://github.com/YunoHost-Apps/zabbix_ynh.git
synced 2024-09-03 20:36:14 +02:00
Update post_user_create
This commit is contained in:
parent
d37fe2e585
commit
99832c8f05
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
user=$1
|
user=$1
|
||||||
app="ynhzabbix"
|
app="zabbix"
|
||||||
|
|
||||||
surname=$(ynh_user_get_info $user lastname)
|
surname=$(ynh_user_get_info $user lastname)
|
||||||
name=$(ynh_user_get_info $user firstname)
|
name=$(ynh_user_get_info $user firstname)
|
||||||
|
|
Loading…
Add table
Reference in a new issue