fix restore postgresql
This commit is contained in:
parent
28f4fc68fc
commit
1f8bf44173
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ ynh_restore "$install_dir"
|
|||
ynh_script_progression "Restoring the PostgreSQL database..."
|
||||
|
||||
ynh_psql_db_shell <<< "ALTER USER $db_user CREATEDB;"
|
||||
ynh_psql_db_shell " < "./db.sql""
|
||||
ynh_psql_db_shell < "./db.sql"
|
||||
|
||||
#=================================================
|
||||
# ADD SWAP IF NEEDED
|
||||
|
|
|
|||
Loading…
Reference in a new issue