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:03:36 +01:00 committed by grosmanal
parent d52fa558c4
commit 2b8a9c2c07

View file

@ -53,7 +53,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 --source_id=$YNH_ARCH ynh_setup_source --dest_dir=$install_dir
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chown -R $app:$app "$install_dir" chown -R $app:$app "$install_dir"