mirror of
https://github.com/YunoHost-Apps/meilisearch_ynh.git
synced 2024-09-03 19:45:59 +02:00
debug
This commit is contained in:
parent
8ca8b3faa2
commit
96f17a69b0
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ ynh_script_progression --message="Installing mailisearch..." --time --weight=1
|
||||||
|
|
||||||
arch=$(ynh_detect_arch)
|
arch=$(ynh_detect_arch)
|
||||||
|
|
||||||
if [ $arch != "amd64" ] || [ $arch != "armv8" ]
|
if [ "$arch" != "amd64" ] || [ "$arch" != "armv8" ]
|
||||||
then
|
then
|
||||||
ynh_die --message="Your OS Architecture is not supported"
|
ynh_die --message="Your OS Architecture is not supported"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue