fix: Ensure SKILLS_DIR is exported before boot
This commit is contained in:
@@ -56,6 +56,7 @@ fi
|
|||||||
# ... (Local Mode)
|
# ... (Local Mode)
|
||||||
if [ -f "opencortex.asd" ] || [ -d "literate" ]; then
|
if [ -f "opencortex.asd" ] || [ -d "literate" ]; then
|
||||||
if [ ! -f .env ]; then ./scripts/onboard-baremetal.sh; fi
|
if [ ! -f .env ]; then ./scripts/onboard-baremetal.sh; fi
|
||||||
|
export SKILLS_DIR="$(grep "^SKILLS_DIR=" .env | cut -d"\"" -f2)"
|
||||||
echo -e "${BLUE}Starting OpenCortex via SBCL...${NC}"
|
echo -e "${BLUE}Starting OpenCortex via SBCL...${NC}"
|
||||||
sbcl --non-interactive \
|
sbcl --non-interactive \
|
||||||
--eval "(load \"~/quicklisp/setup.lisp\")" \
|
--eval "(load \"~/quicklisp/setup.lisp\")" \
|
||||||
|
|||||||
Reference in New Issue
Block a user