mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
$1 double quoted
This commit is contained in:
parent
e7693f729f
commit
b7487729bf
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