#!/bin/sh

. /etc/sysconfig/zypper-online-update 2>/dev/null || :

exec /usr/bin/zypper --non-interactive patch $ZYPPER_OPTIONS
