1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00

removed the databse save path in backup script

This commit is contained in:
Anmol 2017-07-16 16:44:18 +05:30
parent f803b9fb79
commit d3fdc5f8b2

View file

@ -52,4 +52,3 @@ ynh_backup "/etc/nginx/conf.d/$domain.d/$app.conf" "/etc/nginx/conf.d/$domain.d/
#=================================================
ynh_mysql_dump_db "$db_name" > db.sql
ynh_backup "db.sql" "/db.sql"