mirror of
https://github.com/YunoHost-Apps/ttrss_ynh.git
synced 2024-10-01 13:34:46 +02:00
Update upgrade
This commit is contained in:
parent
b7bab038e4
commit
dbf28a3027
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ path=$(sudo yunohost app setting ttrss path)
|
|||
|
||||
db_user=ttrss
|
||||
db_pwd=$(sudo yunohost app setting ttrss mysqlpwd)
|
||||
db_file=../source/SQL/mysql/$(ls -vr ../sources/schema/versions/mysql | head -1)
|
||||
db_file=../source/SQL/mysql/$(ls -vr ../source/schema/versions/mysql | head -1)
|
||||
|
||||
mysql -u $db_user -p$db_pwd $db_user < $db_file
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue