1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jitsi_ynh.git synced 2024-09-03 19:35:57 +02:00

Removed not needed ynh_user_exists --username=$focus_user

This commit is contained in:
yalh76 2019-07-18 22:03:57 +02:00
parent 9ca9b92c51
commit 6d97d2b68d

View file

@ -48,8 +48,6 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde
# Register (book) web path
ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
#ynh_user_exists --username=$focus_user || ynh_die --message="User $focus_user already exist, please remove it first"
#=================================================
# STORE SETTINGS FROM MANIFEST
#=================================================