From b08dd25903b9c7f461be17a55fbe8c8b9cbbcfbe Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 12 Jun 2021 14:22:27 +0200 Subject: [PATCH] Update restore --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 2d28806..3c08df3 100644 --- a/scripts/restore +++ b/scripts/restore @@ -83,7 +83,7 @@ ynh_exec_warn_less ynh_install_app_dependencies $pkg_dependencies tempdir="$(mktemp -d)" ynh_setup_source --dest_dir=$tempdir --source_id=crystal -ynh_exec_warn_less dpkg -i $tempdir/crystal_0.36.1-1_amd64.deb +ynh_exec_warn_less dpkg -i $tempdir/crystal_1.0.0-1_amd64.deb #================================================= # RESTORE THE POSTGRESQL DATABASE