diff --git a/scripts/upgrade b/scripts/upgrade index 5d1616d..d68c1ec 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -39,7 +39,7 @@ ynh_npm install --global yarn ynh_script_progression --message="Setting up source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src -ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="$install_dir/config" +ynh_setup_source --dest_dir="$install_dir" --full_replace=1 --keep="config" chmod 750 "$install_dir" chmod -R o-rwx "$install_dir"