mirror of
https://github.com/YunoHost-Apps/concrete5_ynh.git
synced 2024-09-03 18:25:54 +02:00
Add mail send
This commit is contained in:
parent
b8cd80c5f1
commit
3039e7a196
1 changed files with 13 additions and 2 deletions
|
@ -187,8 +187,8 @@ sudo ./concrete/bin/concrete5 c5:install --db-server=localhost \
|
||||||
--db-database=$db_name \
|
--db-database=$db_name \
|
||||||
--db-username=$db_name \
|
--db-username=$db_name \
|
||||||
--db-password=$db_pwd \
|
--db-password=$db_pwd \
|
||||||
--site="'$website_title'" \
|
--site="$website_title" \
|
||||||
--admin-email="'$admin_email'" \
|
--admin-email="$admin_email" \
|
||||||
--admin-password=$password \
|
--admin-password=$password \
|
||||||
--language=$language \
|
--language=$language \
|
||||||
--site-locale=$language \
|
--site-locale=$language \
|
||||||
|
@ -333,3 +333,14 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# SEND A README FOR THE ADMIN
|
||||||
|
#=================================================
|
||||||
|
|
||||||
|
# WARNING : theses command are used in INSTALL, RESTORE
|
||||||
|
# For any update do it in all files
|
||||||
|
|
||||||
|
message="To connect to your Concrete Website go to $domain/$path_url with Username: admin"
|
||||||
|
|
||||||
|
ynh_send_readme_to_admin "$message"
|
||||||
|
|
Loading…
Add table
Reference in a new issue