From 1940e94a7e1d3c802e1c01efda1f7bd19d10955e Mon Sep 17 00:00:00 2001 From: asandikci Date: Wed, 20 Dec 2023 13:28:12 +0300 Subject: [PATCH] fix: revert changes --- scripts/install | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install b/scripts/install index ca79d57..5d35ee6 100644 --- a/scripts/install +++ b/scripts/install @@ -15,12 +15,10 @@ source /usr/share/yunohost/helpers ynh_script_progression --message="Setting up source files..." --weight=7 # Download, check integrity, uncompress and patch the source from app.src -install_dir="${install_dir}/../" ynh_setup_source --dest_dir="$install_dir" chmod -R o-rwx "$install_dir" chown -R $app:www-data "$install_dir" -# mkdir "$install_dir/storage" chmod -R 770 "$install_dir/storage" #=================================================