diff --git a/scripts/restore b/scripts/restore index a019016..ec39339 100644 --- a/scripts/restore +++ b/scripts/restore @@ -44,7 +44,7 @@ ynh_script_progression --message="Restoring the PostgreSQL database..." --weight ynh_psql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < ./db.sql ynh_script_progression --message="Updating database configuration..." -ynh_psql_execute_as_root --sql="CREATE EXTENSION IF NOT EXISTS "uuid-ossp";" --database=$db_name +ynh_psql_execute_as_root --sql="CREATE EXTENSION IF NOT EXISTS \"uuid-ossp\";" --database=$db_name #================================================= # RESTORE SYSTEM CONFIGURATIONS