#!/bin/sh
#--------------------------------------------------------------------------
#
# Copyright 2013,2014,2015,2016 Cumulus Networks, inc  all rights reserved
#
#--------------------------------------------------------------------------

if [ ! -z $new_cumulus_provision_url ]
then
    /usr/sbin/ztp -q $new_cumulus_provision_url
fi
