#!/bin/sh
#
# file: cf.dobootrun.sh
#
# desc: script a basic process with output logging for each cfagent run cycle
#
# author: joseph m. deming
#

# JUST DO THE RUN
/etc/scripts/cf.dorun.sh

# THEN TAKE EXECUTABLE OFF THIS FILE
chmod a-x '/etc/scripts/cf.dobootrun.sh'
