Skip to content

Commit

Permalink
Numlock edit
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmistry2000 authored Sep 11, 2024
1 parent 00f500f commit 93ada2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -297,16 +297,16 @@ fi
NUMLOCK_SCRIPT="$GITPATH/numlock.sh"
if [ -f "$COMPILE_SCRIPT" ]; then
chmod +x "$NUMLOCK_SCRIPT"
echo "${YELLOW}Running compile.sh...${RC}"
echo "${YELLOW}Running numlock.sh...${RC}"
"$COMPILE_SCRIPT"
if [ $? -eq 0 ]; then
echo "${GREEN}compile.sh executed successfully${RC}"
echo "${GREEN}numlock.sh executed successfully${RC}"
else
echo "${RED}compile.sh execution failed${RC}"
echo "${RED}numlock.sh execution failed${RC}"
exit 1
fi
else
echo "${RED}compile.sh not found at $NUMLOCK_SCRIPT${RC}"
echo "${RED}numlock.sh not found at $NUMLOCK_SCRIPT${RC}"
exit 1
fi

Expand Down

0 comments on commit 93ada2b

Please sign in to comment.