From b6e0a2dbfa35475d39e44596b0a50074afdf302b Mon Sep 17 00:00:00 2001
From: ping <dev@guillaumepin.ch>
Date: Tue, 25 Feb 2025 11:06:33 +0100
Subject: [PATCH] =?UTF-8?q?Bug=20fix:=20removes=20special=20character=20li?=
 =?UTF-8?q?mitation=20but=20still=20impossible=20to=20put=20=E2=80=98=20du?=
 =?UTF-8?q?e=20to=20makefile=20limitation?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 live_exam_os/config/03-post_install/3000-nexus_exam.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/live_exam_os/config/03-post_install/3000-nexus_exam.sh b/live_exam_os/config/03-post_install/3000-nexus_exam.sh
index dc6e31d..7500fbe 100755
--- a/live_exam_os/config/03-post_install/3000-nexus_exam.sh
+++ b/live_exam_os/config/03-post_install/3000-nexus_exam.sh
@@ -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
-- 
GitLab