mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
update remove
This commit is contained in:
parent
681dd8851e
commit
4cec6dbacc
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
db_user=yourls
|
||||
db_name=yourls
|
||||
root_pwd=$(sudo cat /etc/yunohost/mysql)
|
||||
domain=$(sudo yunohost app setting yourls domain)
|
||||
|
||||
mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localhost ;"
|
||||
|
||||
sudo rm -rf /var/www/yourls
|
||||
sudo rm -f /etc/nginx/conf.d/$domain.d/yourls.conf
|
Loading…
Add table
Reference in a new issue