1
0
Fork 0

Reorder code

This commit is contained in:
Braiden Vasco 2017-07-02 15:50:33 +00:00
parent cd97b48c46
commit a6038dcfad

View file

@ -68,8 +68,8 @@ main() {
run_stage() {
log_begin "$STAGE_DIR"
STAGE=$(basename ${STAGE_DIR})
pushd ${STAGE_DIR} > /dev/null
STAGE=$(basename ${STAGE_DIR})
unmount ${WORK_DIR}/${STAGE}
STAGE_WORK_DIR=${WORK_DIR}/${STAGE}
ROOTFS_DIR=${STAGE_WORK_DIR}/rootfs