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

No need to call ynh_setup_source with source_id=$YNH_ARCH for new toml sources

This commit is contained in:
Alexandre Aubin 2023-03-11 15:01:20 +01:00 committed by Emmanuel Averty
parent 7b880a3cce
commit 4b8d419342

View file

@ -19,7 +19,7 @@ ynh_system_user_create --username=$app --home_dir=$data_dir --groups ssh.app --u
#=================================================
ynh_script_progression --message="Installing sources files..." --weight=10
ynh_setup_source --dest_dir=$install_dir --source_id=$YNH_ARCH
ynh_setup_source --dest_dir=$install_dir
mkdir -p "$install_dir/custom/conf"