mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
removed $ before function
This commit is contained in:
parent
bbcdf840a5
commit
539d7883b9
2 changed files with 2 additions and 2 deletions
|
@ -141,7 +141,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
|
|||
### `ynh_setup_source` use the file conf/app.src
|
||||
|
||||
# detect_arch comes from _common.sh / personnal helpers
|
||||
architecture=$detect_arch
|
||||
architecture=detect_arch
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$final_path" --source_id=$architecture
|
||||
|
|
|
@ -84,7 +84,7 @@ then
|
|||
ynh_script_progression --message="Upgrading source files..."
|
||||
|
||||
# detect_arch comes from _common.sh / personnal helpers
|
||||
architecture=$detect_arch
|
||||
architecture=detect_arch
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$final_path" --source_id=$architecture --keep="config.yaml"
|
||||
|
|
Loading…
Reference in a new issue