Fix start_XXXX function header
Change-Id: I14e1f80d327e723408993a955d9fce9501ba8ef5
This commit is contained in:
parent
3bae7c2c61
commit
1de40cf691
@ -65,7 +65,7 @@ function install_XXXX() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# start_XXXX() - Start running processes, including screen
|
# start_XXXX() - Start running processes, including screen
|
||||||
function start_XXXX()
|
function start_XXXX() {
|
||||||
# screen_it XXXX "cd $XXXX_DIR && $XXXX_DIR/bin/XXXX-bin"
|
# screen_it XXXX "cd $XXXX_DIR && $XXXX_DIR/bin/XXXX-bin"
|
||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user