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,11 +363,13 @@ do_sync() {
main_checks() { main_checks() {
setup_env setup_env
if [ -z "${clst_target}" ]; then
if kernel_symlink_fixer; then if kernel_symlink_fixer; then
KERNEL_SYMLINK=0 KERNEL_SYMLINK=0
else else
KERNEL_SYMLINK=1 KERNEL_SYMLINK=1
fi fi
fi
#check profile, manage repo, ensure valid python selected #check profile, manage repo, ensure valid python selected
check_profile check_profile
if [ -n "${clst_target}" ]; then #we are in catalyst if [ -n "${clst_target}" ]; then #we are in catalyst