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

Validate that there's an email address for the admin user

This commit is contained in:
Alexandre Aubin 2020-10-26 18:06:08 +01:00
parent b76947f8aa
commit fd7d0bb695

View file

@ -45,6 +45,8 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde
# Register (book) web path # Register (book) web path
ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
[ -n "$admin_email" ] || ynh_die --message="Did not found the email address for the admin user ?"
#================================================= #=================================================
# STORE SETTINGS FROM MANIFEST # STORE SETTINGS FROM MANIFEST
#================================================= #=================================================