mirror of
https://github.com/YunoHost-Apps/commento_ynh.git
synced 2024-09-03 18:16:16 +02:00
Update scripts/install
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
parent
18a3facbc6
commit
677af84662
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde
|
|||
# Register (book) web path
|
||||
ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
|
||||
|
||||
if [[ "$architecture" -ne "amd64" ]]
|
||||
if [[ "$architecture" != "amd64" ]]
|
||||
then
|
||||
ynh_die --message="Your processor architecture is not supported"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue