From 935a2c80f83cfa2271c5e18419e766b2679ace27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 10 Nov 2023 09:56:58 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 8437411..b5f526f 100755 --- a/scripts/install +++ b/scripts/install @@ -14,7 +14,7 @@ source /usr/share/yunohost/helpers #================================================= ynh_script_progression --message="Setting up source files..." --weight=1 -mv ../sources/dist "$install_dir" +mv ../sources/dist/ "$install_dir" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir"