From 55cd3e0f9e26b31ed2746b7c9420b8a1ff894a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 12 May 2023 09:35:45 +0200 Subject: [PATCH] Update install --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index 38cb105..7064700 100755 --- a/scripts/install +++ b/scripts/install @@ -17,8 +17,6 @@ ynh_script_progression --message="Setting up source files..." --weight=3 # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" -#mkdir $install_dir/files/dimgs - chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"