diff --git a/scripts/restore b/scripts/restore index 3a76001..1d245ce 100755 --- a/scripts/restore +++ b/scripts/restore @@ -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