Add preflight merge
This commit is contained in:
parent
d0af0804a0
commit
d9e22b06e5
|
@ -200,6 +200,10 @@ function PrepareLocalDirs () {
|
|||
function oneTimeSetUp () {
|
||||
START_TIME=$SECONDS
|
||||
|
||||
echo "Running forced merge"
|
||||
cd "${DEV_DIR}"
|
||||
./merge.sh osync
|
||||
|
||||
echo "Running install.sh from ${OSYNC_DIR}"
|
||||
ls -alh ${OSYNC_DIR}
|
||||
$SUDO_CMD ${OSYNC_DIR}/install.sh --prefix="${FAKEROOT}"
|
||||
|
|
Loading…
Reference in New Issue