mirror of
https://github.com/YunoHost-Apps/joplin_ynh.git
synced 2024-09-03 19:36:03 +02:00
Merge branch 'testing' into path
This commit is contained in:
commit
4698fe3c31
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 602 KiB After Width: | Height: | Size: 443 KiB |
|
@ -22,7 +22,7 @@ chown -R $app:www-data "$install_dir"
|
|||
#=================================================
|
||||
# RESTORE THE MYSQL DATABASE
|
||||
#=================================================
|
||||
ynh_script_progression --message="Restoring the MySQL database..." --weight=1
|
||||
ynh_script_progression --message="Restoring the PostgreSQL database..." --weight=1
|
||||
|
||||
ynh_psql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < ./db.sql
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue