Fix start_XXXX function header

Change-Id: I14e1f80d327e723408993a955d9fce9501ba8ef5
This commit is contained in:
Dean Troyer 2012-09-04 14:19:24 -05:00
parent 3bae7c2c61
commit 1de40cf691

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"
:
}