1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00
This commit is contained in:
Tagada 2023-05-28 19:02:02 +02:00
parent 80f55d4feb
commit 0f78b7f4b1

View file

@ -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