mirror of
https://github.com/YunoHost-Apps/gotosocial_ynh.git
synced 2024-09-03 19:16:06 +02:00
fix echo
This commit is contained in:
parent
cdd15b21cc
commit
2ae6908ac5
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ detect_arch(){
|
||||||
else
|
else
|
||||||
ynh_die --message="The script can't identify a valid architecture. Please report this error."
|
ynh_die --message="The script can't identify a valid architecture. Please report this error."
|
||||||
fi
|
fi
|
||||||
|
echo $architecture
|
||||||
}
|
}
|
||||||
|
|
||||||
# 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