aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <51749973+Thovi98@users.noreply.github.com>2025-08-25 08:42:42 +0200
committerGitHub <noreply@github.com>2025-08-25 08:42:42 +0200
commit1f8bf44173709effa51a1b5a71198283dc753f37 (patch)
tree86e7ad1d928bfbed68e8bb39a9c0cdaf998afe0d
parent28f4fc68fcfd4991d7e427c479a3583544cec60a (diff)
downloadmastodon_ynh-1f8bf44173709effa51a1b5a71198283dc753f37.tar.gz
mastodon_ynh-1f8bf44173709effa51a1b5a71198283dc753f37.tar.bz2
mastodon_ynh-1f8bf44173709effa51a1b5a71198283dc753f37.zip
fix restore postgresql
-rw-r--r--scripts/restore2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/restore b/scripts/restore
index 51139ed..0becd6c 100644
--- a/scripts/restore
+++ b/scripts/restore
@@ -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