mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
fix convert_bool sigh
This commit is contained in:
parent
0de668e65b
commit
e7693f729f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ detect_arch(){
|
|||
|
||||
# custom function to change bash bool 0/1 to false/true
|
||||
convert_bool(){
|
||||
$1 && echo "true" || echo "false"
|
||||
(($1)) && echo "true" || echo "false"
|
||||
}
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue