From be9186574756877cdae6ab8b8a6c7e7079283ede Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 3 Jan 2024 17:09:23 +0100 Subject: [PATCH] debug again --- scripts/install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index edb1d21..f142968 100755 --- a/scripts/install +++ b/scripts/install @@ -24,6 +24,10 @@ ynh_setup_source --dest_dir="$install_dir/static/fonts/source_han_sans" --source #temporary try cp -rp $install_dir/VERSION $install_dir/bookwyrm/ +pushd $install_dir +ynh_exec_warn_less wget https://ci-apps-bookworm-dev.yunohost.org/ci/logs/198.log +popd + # Set permissions to app files chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"