1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

proper error

This commit is contained in:
OniriCorpe 2024-01-08 18:13:12 +01:00
parent f333afece1
commit 310934a9f0

View file

@ -28,7 +28,7 @@ detect_arch(){
else
architecture="unknown"
fi
echo $architecture
ynh_die --message="The script can't identify a valid architecture. Please report this error."
}
# custom function to change bash bool 0/1 to false/true