Fixup the paths in the createImage script
This commit is contained in:
@@ -33,7 +33,7 @@ echo "=== Yellowtent base image preparation (installer revision - ${INSTALLER_RE
|
||||
|
||||
echo "=== Prepare installer source ==="
|
||||
rm -rf "${INSTALLER_SOURCE_DIR}" && mkdir -p "${INSTALLER_SOURCE_DIR}"
|
||||
# tar xvf /root/box.tar.gz -C /tmp/box && rm /root/box.tar.gz
|
||||
tar xvf /tmp/box.tar.gz -C /tmp/box && rm /tmp/box.tar.gz
|
||||
cp -rf /tmp/box/installer "${INSTALLER_SOURCE_DIR}"
|
||||
echo "${INSTALLER_REVISION}" > "${INSTALLER_SOURCE_DIR}/REVISION"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user