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

Add email variable to install script

This commit is contained in:
Salamandar 2024-05-16 13:46:39 +02:00
parent a4557402ec
commit 73c6afd33a

View file

@ -11,6 +11,9 @@ source /usr/share/yunohost/helpers
# INITIALIZE AND STORE SETTINGS
#=================================================
# Maybe add that as install arg ?
email="admin@$domain"
# mailman3-app database
db_name_app=$(ynh_sanitize_dbid --db_name="${app}_app")
db_user_app=$db_name_app