mirror of
https://github.com/YunoHost-Apps/emailpoubelle_ynh.git
synced 2024-09-03 18:26:29 +02:00
Update remove
This commit is contained in:
parent
84770423b9
commit
a37f51e01e
1 changed files with 3 additions and 3 deletions
|
@ -4,10 +4,10 @@ source _common.sh
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
|
|
||||||
db_user=emailPoubelle
|
|
||||||
db_name=$db_user
|
|
||||||
root_pwd=$(sudo cat /etc/yunohost/mysql)
|
|
||||||
domain=$(ynh_app_setting_get $app domain)
|
domain=$(ynh_app_setting_get $app domain)
|
||||||
|
db_name=$(ynh_app_setting_get $app db_name)
|
||||||
|
db_user==$db_name
|
||||||
|
root_pwd=$(sudo cat /etc/yunohost/mysql)
|
||||||
postfix=/etc/postfix/main.cf
|
postfix=/etc/postfix/main.cf
|
||||||
|
|
||||||
#remove php-geoip
|
#remove php-geoip
|
||||||
|
|
Loading…
Reference in a new issue