1
0
Fork 0
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:
emy 2022-03-17 06:05:09 +01:00
parent bbcdf840a5
commit 539d7883b9
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -84,7 +84,7 @@ 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"