mirror of
https://github.com/YunoHost-Apps/django_example_ynh.git
synced 2024-09-03 18:26:21 +02:00
Get adminmail via ynh_user_get_info
This commit is contained in:
parent
aacfbabc2b
commit
1f0a6c7a86
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ final_path=/opt/yunohost/$app
|
||||||
log_path=/var/log/$app
|
log_path=/var/log/$app
|
||||||
log_file="${log_path}/django_example_ynh.log"
|
log_file="${log_path}/django_example_ynh.log"
|
||||||
|
|
||||||
# XXX: Is this okay?
|
adminmail=$(ynh_user_get_info --username=$admin --key=mail)
|
||||||
adminmail="${admin}@${domain}"
|
|
||||||
|
|
||||||
# Default: settings.DEBUG=False
|
# Default: settings.DEBUG=False
|
||||||
django_debug="False"
|
django_debug="False"
|
||||||
|
|
Loading…
Add table
Reference in a new issue