mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
oops
This commit is contained in:
parent
80f55d4feb
commit
0f78b7f4b1
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ then
|
|||
|
||||
if [ $database == "mysql" ]; then
|
||||
ynh_mysql_dump_db --database="$db_name" > db.sql*
|
||||
elif [ $database == "postgresql" ]
|
||||
elif [ $database == "postgresql" ]; then
|
||||
ynh_psql_dump_db --database="$db_name" > db.sql
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue