#!/bin/sh

UPGRADE_MARK="/tmp/cloudsync.upgrade"

rm -f ${UPGRADE_MARK}

exit 0
