mirror of
https://github.com/YunoHost-Apps/rainloop_ynh.git
synced 2024-09-03 20:16:18 +02:00
Remove space for mysql password in command line
This commit is contained in:
parent
6b4c8b91bd
commit
3d93fb9a30
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ db_name=$app
|
|||
root_pwd=$(sudo cat /etc/yunohost/mysql)
|
||||
domain=$(sudo yunohost app setting rainloop domain)
|
||||
|
||||
mysql -u root -p $root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localhost ;"
|
||||
mysql -u root -p$root_pwd -e "DROP DATABASE $db_name ; DROP USER $db_user@localhost ;"
|
||||
sudo rm -rf /var/www/$app
|
||||
sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf
|
||||
sudo rm -f /etc/php5/fpm/pool.d/$app.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue