From 23537dd24e3a4cc7fb009c04ef2f7a4efb19a8c9 Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 2 May 2023 13:32:45 +0200 Subject: [PATCH] debugging --- scripts/install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9ad9f78..7da47c9 100644 --- a/scripts/install +++ b/scripts/install @@ -75,7 +75,10 @@ ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc just rel-build # Run the release #================================================= -release_folder="$install_dir/_build/prod/rel/bonfire/" +release_folder="$install_dir/_build/prod/rel/bonfire" + +echo $(ls -a $install_dir) +echo $(ls -a $release_folder) # Database created before, let's run the migrations ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc "just cmd $release_folder/bin/bonfire eval 'EctoSparkles.Migrator.migrate()'"