1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/freshrss_ynh.git synced 2024-09-03 18:36:33 +02:00

[fix]get mysql password

This commit is contained in:
Clément 2016-09-01 08:56:14 +02:00
parent 0f74110fa7
commit 98f3c6d768

View file

@ -2,7 +2,7 @@
db_user=freshrss
db_name=freshrss
db_pwd=$(sudo cat /etc/yunohost/mysql)
db_pwd=$(sudo yunohost app setting freshrss mysqlpwd)
app_path=/var/www/freshrss
myuser=$1