Browse code

Fix start_XXXX function header

Change-Id: I14e1f80d327e723408993a955d9fce9501ba8ef5

Dean Troyer authored on 2012/09/05 04:19:24
Showing 1 changed files
... ...
@@ -65,7 +65,7 @@ function install_XXXX() {
65 65
 }
66 66
 
67 67
 # start_XXXX() - Start running processes, including screen
68
-function start_XXXX()
68
+function start_XXXX() {
69 69
     # screen_it XXXX "cd $XXXX_DIR && $XXXX_DIR/bin/XXXX-bin"
70 70
     :
71 71
 }