1
0
Fork 0
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:
Éric Gaspar 2021-11-29 16:42:37 +01:00 committed by GitHub
parent 18a3facbc6
commit 677af84662
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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