#!/bin/sh

source /var/awp/etc/config

if  [[ "$AUTOMATIC_UPDATES" != "none" ]]; then
	yum -y upgrade 
fi
