Less verbosity

This commit is contained in:
Bob Mottram 2018-06-20 12:22:34 +01:00
parent 0bcd7aa279
commit 559bc320ce
1 changed files with 2 additions and 2 deletions

View File

@ -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