diff --git a/kiss b/kiss index 060ce2d..2da238d 100755 --- a/kiss +++ b/kiss @@ -1105,7 +1105,8 @@ pkg_install_files() { # destination. The running processes will either get # the old file or the new one. mv -f "$__tmp" "$_file" - } + + } || return 1 esac done }