debug again

This commit is contained in:
Thomas 2024-01-03 17:09:23 +01:00 committed by GitHub
parent b285edd004
commit be91865747
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"