profile: don't care about the kernel symlink in catalyst

This commit is contained in:
Rick Farina (Zero_Chaos) 2021-07-28 20:53:34 -04:00
parent c3299f9eb9
commit 222c3f3356
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -363,10 +363,12 @@ do_sync() {
main_checks() {
setup_env
if kernel_symlink_fixer; then
KERNEL_SYMLINK=0
else
KERNEL_SYMLINK=1
if [ -z "${clst_target}" ]; then
if kernel_symlink_fixer; then
KERNEL_SYMLINK=0
else
KERNEL_SYMLINK=1
fi
fi
#check profile, manage repo, ensure valid python selected
check_profile