1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/forgejo_ynh.git synced 2024-09-03 18:36:26 +02:00

add custom directory in keep list

This commit is contained in:
Emmanuel Averty 2024-03-16 17:35:23 +01:00
parent 19582530e5
commit 5f4afd729b

View file

@ -85,7 +85,7 @@ fi
#================================================= #=================================================
ynh_script_progression --message="Setting up source files..." --weight=3 ynh_script_progression --message="Setting up source files..." --weight=3
ynh_setup_source --dest_dir=$install_dir --full_replace=1 ynh_setup_source --dest_dir=$install_dir --full_replace=1 --keep="custom"
xz -f -d "$install_dir/forgejo.xz" xz -f -d "$install_dir/forgejo.xz"
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"