From fb37c47a10cfb1722a09dfb2e896867b50e845d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 31 Mar 2023 10:30:44 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ef4cdef..64cd1c1 100755 --- a/scripts/install +++ b/scripts/install @@ -18,7 +18,7 @@ ynh_script_progression --message="Setting up source files..." --weight=3 ynh_setup_source --dest_dir="$install_dir" mv $install_dir/Upload/* $install_dir/ ynh_secure_remove --file="$install_dir/Documentation" -nh_secure_remove --file="$install_dir/Upload" +ynh_secure_remove --file="$install_dir/Upload" chmod 750 "$install_dir" chmod -R o-rwx "$install_dir"