Skip to content
Snippets Groups Projects
Commit b6e0a2db authored by ping's avatar ping
Browse files

Bug fix: removes special character limitation but still impossible to put ‘...

Bug fix: removes special character limitation but still impossible to put ‘ due to makefile limitation
parent 5bfa8c0a
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
echo " [Compiling nexus-exam...]"
pushd .. > /dev/null
run_command make build_nexus-exam SERVER=$SERVER CERT=$CERT EXAM_USER=$EXAM_USER EXAM_PWD=$EXAM_PWD
run_command make build_nexus-exam
if [[ "$ROOTFS_DIR" != /* ]]; then
run_command mkdir -p live_exam_os/$ROOTFS_DIR/usr/local/bin
run_command cp build/nexus-exam live_exam_os/$ROOTFS_DIR/usr/local/bin/nexus-exam
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment