mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
[fix] copy-paste error in remove script
This commit is contained in:
parent
49485ab8e6
commit
c6d61d6f90
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
db_user=freshrss
|
||||
db_name=freshrss
|
||||
root_pwd=$(sudo cat /etc/yunohost/mysql)
|
||||
domain=$(sudo yunohost app setting roundcube domain)
|
||||
domain=$(sudo yunohost app setting freshrss domain)
|
||||
|
||||
mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localhost ;"
|
||||
sudo rm -rf /var/www/freshrss
|
||||
|
|
Loading…
Add table
Reference in a new issue