mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
fix placement sigh
This commit is contained in:
parent
310934a9f0
commit
cdd15b21cc
1 changed files with 1 additions and 2 deletions
|
@ -26,9 +26,8 @@ detect_arch(){
|
||||||
elif uname -m | grep -q "armv7" ; then
|
elif uname -m | grep -q "armv7" ; then
|
||||||
architecture="armv7"
|
architecture="armv7"
|
||||||
else
|
else
|
||||||
architecture="unknown"
|
ynh_die --message="The script can't identify a valid architecture. Please report this error."
|
||||||
fi
|
fi
|
||||||
ynh_die --message="The script can't identify a valid architecture. Please report this error."
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# custom function to change bash bool 0/1 to false/true
|
# custom function to change bash bool 0/1 to false/true
|
||||||
|
|
Loading…
Reference in a new issue