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:
parent
a4557402ec
commit
73c6afd33a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue