mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
ah no, that's the correct thing for functions
This commit is contained in:
parent
539d7883b9
commit
af8e95e0be
2 changed files with 3 additions and 3 deletions
|
@ -141,7 +141,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
|
||||||
### `ynh_setup_source` use the file conf/app.src
|
### `ynh_setup_source` use the file conf/app.src
|
||||||
|
|
||||||
# detect_arch comes from _common.sh / personnal helpers
|
# 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
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$final_path" --source_id=$architecture
|
ynh_setup_source --dest_dir="$final_path" --source_id=$architecture
|
||||||
|
|
|
@ -84,8 +84,8 @@ then
|
||||||
ynh_script_progression --message="Upgrading source files..."
|
ynh_script_progression --message="Upgrading source files..."
|
||||||
|
|
||||||
# detect_arch comes from _common.sh / personnal helpers
|
# 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
|
# Download, check integrity, uncompress and patch the source from app.src
|
||||||
ynh_setup_source --dest_dir="$final_path" --source_id=$architecture --keep="config.yaml"
|
ynh_setup_source --dest_dir="$final_path" --source_id=$architecture --keep="config.yaml"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue