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:
parent
d52fa558c4
commit
2b8a9c2c07
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue