mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Mysql backup in good directory
This commit is contained in:
parent
28d7b7db63
commit
04e9658f37
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
backup_dir="$1/conf/mysql"
|
||||
backup_dir="$1/conf/ynh/mysql"
|
||||
mkdir -p $backup_dir
|
||||
|
||||
mysqlpwd=$(sudo cat /etc/yunohost/mysql)
|
||||
sudo cp -a /etc/yunohost/mysql $backup_dir/
|
||||
|
|
Loading…
Add table
Reference in a new issue