Browse Source

Update post_user_create

Mickael-Martin 7 năm trước cách đây
mục cha
commit
99832c8f05
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      hooks/post_user_create

+ 1 - 1
hooks/post_user_create

@@ -2,7 +2,7 @@
 source /usr/share/yunohost/helpers
 
 user=$1
-app="ynhzabbix"
+app="zabbix"
 
 surname=$(ynh_user_get_info $user lastname)
 name=$(ynh_user_get_info $user firstname)