Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
@ -140,12 +140,12 @@ install_file() {
mv -v "${path}" "$candidate" || return 1
else
info "File '$path' exists and is already with the right content."
rm -f "$tmpfile"
return
fi
echo "Creating '${path}'."
mv "${tmpfile}" "$path" || return 1
}