mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
typo
This commit is contained in:
parent
0604554ba6
commit
8d030bdd79
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
|
||||||
# detect_arch comes from _common.sh / personnal helpers
|
# detect_arch comes from _common.sh / personnal helpers
|
||||||
architecture="$(detect_arch)"
|
architecture="$(detect_arch)"
|
||||||
|
|
||||||
# compare is the system arch is different from the binary arch
|
# compare if the system arch is different from the binary arch
|
||||||
# if so, download the correct binary
|
# if so, download the correct binary
|
||||||
if [ "$architecture" != "$(file "$final_path"/gotosocial | cut -d ',' -f 2 | tr -d ' ')" ]
|
if [ "$architecture" != "$(file "$final_path"/gotosocial | cut -d ',' -f 2 | tr -d ' ')" ]
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue