install: Fixed directory for reading config after git
This commit is contained in:
@@ -69,7 +69,7 @@ do_clone_and_done() {
|
||||
info "Cloning $REPO_URL into $MOUNT_POINT..."
|
||||
cd "$MOUNT_POINT" || die "Cannot cd to $MOUNT_POINT."
|
||||
git clone --progress --depth 1 -b $REPO_BRANCH "$REPO_URL" . || die "git clone failed."
|
||||
${MOUNT_POINT}/setup_system.inc.sh
|
||||
${MOUNT_POINT}/system_setup/setup_system.inc.sh
|
||||
finish_install "$dev"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user