mirror of
https://github.com/YunoHost-Apps/kavita_ynh.git
synced 2024-09-03 19:26:30 +02:00
typo
This commit is contained in:
parent
d95ea16c01
commit
51ae6014fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue