Install: Add missingconfok for broken existing installs without config
This commit is contained in:
@@ -408,7 +408,7 @@ if [[ -n "$EXISTING_OEMDRV_DEV" ]]; then
|
|||||||
|| die "git fetch failed."
|
|| die "git fetch failed."
|
||||||
git -C "$MOUNT_POINT" checkout -B "$REPO_BRANCH" FETCH_HEAD \
|
git -C "$MOUNT_POINT" checkout -B "$REPO_BRANCH" FETCH_HEAD \
|
||||||
|| die "git checkout failed."
|
|| die "git checkout failed."
|
||||||
source "$MOUNT_POINT/system_setup/setup_system.inc.sh"
|
source "$MOUNT_POINT/system_setup/setup_system.inc.sh" --missingconfok
|
||||||
finish_install "$EXISTING_OEMDRV_DEV"
|
finish_install "$EXISTING_OEMDRV_DEV"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user