Committed by
Thomas Vachuska
Do not create a raft folder during installation
Change-Id: I671b1eddcc4e0678c6c2d40559db20ba53e8e437
Showing
1 changed file
with
0 additions
and
4 deletions
... | @@ -68,10 +68,6 @@ ssh $remote " | ... | @@ -68,10 +68,6 @@ ssh $remote " |
68 | mkdir $ONOS_INSTALL_DIR/var | 68 | mkdir $ONOS_INSTALL_DIR/var |
69 | mkdir $ONOS_INSTALL_DIR/config | 69 | mkdir $ONOS_INSTALL_DIR/config |
70 | 70 | ||
71 | - # create dir for Raft log | ||
72 | - # TODO: use $KARAF_DATA | ||
73 | - mkdir -p -- $ONOS_INSTALL_DIR/$KARAF_DIST/data/raft | ||
74 | - | ||
75 | # Install the configuration file(s) and set up options for debugging | 71 | # Install the configuration file(s) and set up options for debugging |
76 | [ -n $noupstart ] && sudo cp $ONOS_INSTALL_DIR/init/onos.conf /etc/init/onos.conf | 72 | [ -n $noupstart ] && sudo cp $ONOS_INSTALL_DIR/init/onos.conf /etc/init/onos.conf |
77 | [ -n $noinitd ] && sudo cp $ONOS_INSTALL_DIR/init/onos.initd /etc/init.d/onos | 73 | [ -n $noinitd ] && sudo cp $ONOS_INSTALL_DIR/init/onos.initd /etc/init.d/onos | ... | ... |
-
Please register or login to post a comment