From f55b2827d347f65b0a804b032678e43f5ed7de2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 16 Jan 2024 23:13:06 +0100 Subject: [PATCH] Remove debugging --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 7b09b03..20853bf 100755 --- a/scripts/install +++ b/scripts/install @@ -21,8 +21,6 @@ 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 #=================================================