Less verbosity
This commit is contained in:
parent
0bcd7aa279
commit
559bc320ce
|
@ -59,7 +59,7 @@ function bbb_network_restart_daemon {
|
|||
mkdir -p "$rdir$INSTALL_DIR"
|
||||
fi
|
||||
|
||||
#first install the bbbrtc command that we will need
|
||||
# install bbbrtc
|
||||
cd "$rdir$INSTALL_DIR" || exit 357893563
|
||||
git clone $BBBRTC_REPO "$rdir$INSTALL_DIR/bbbrtc"
|
||||
cd "$rdir$INSTALL_DIR/bbbrtc" || exit 357893563
|
||||
|
@ -67,7 +67,7 @@ function bbb_network_restart_daemon {
|
|||
exit 3568735
|
||||
fi
|
||||
|
||||
#next install the bbbphyreg command that we will need
|
||||
# install bbbphyreg
|
||||
cd "$rdir$INSTALL_DIR" || exit 357893563
|
||||
git clone $PHYREG_REPO "$rdir$INSTALL_DIR/phyreg"
|
||||
cd "$rdir$INSTALL_DIR/phyreg" || exit 54789786
|
||||
|
|
Loading…
Reference in New Issue