Merge "Fix start_XXXX function header"

This commit is contained in:
Jenkins 2012-09-04 19:48:35 +00:00 committed by Gerrit Code Review
commit 40f351e598

View File

@ -65,7 +65,7 @@ function install_XXXX() {
}
# start_XXXX() - Start running processes, including screen
function start_XXXX()
function start_XXXX() {
# screen_it XXXX "cd $XXXX_DIR && $XXXX_DIR/bin/XXXX-bin"
:
}