From 953b0538bcd7588652d890897d850e3762e9e710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 16 Jan 2024 22:15:44 +0100 Subject: [PATCH] debug --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 20853bf..7b09b03 100755 --- a/scripts/install +++ b/scripts/install @@ -21,6 +21,8 @@ chmod 750 "$install_dir" chmod -R o-rwx "$install_dir" chown -R "$app:www-data" "$install_dir" +ynh_exec_warn ls -lah "$install_dir" + #================================================= # MODIFY A CONFIG FILE #=================================================