1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kavita_ynh.git synced 2024-09-03 19:26:30 +02:00
This commit is contained in:
OniriCorpe 2023-09-05 17:04:12 +02:00
parent d95ea16c01
commit 51ae6014fd

View file

@ -25,7 +25,7 @@ chown -R "$app":www-data "$install_dir"
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
# compare is the system arch is different from the binary arch
# compare if the system arch is different from the binary arch
# if so, download the correct binary
if [ "$(uname -m)" != "$(file "$final_path"/Kavita | cut -d ',' -f 2 | tr -d ' ')" ]
then