diff --git a/live_exam_os/tools/functions.sh b/live_exam_os/tools/functions.sh
index 717963aaf2592d354677ba71057faa008158b150..9236cae827c4c4d3cb8808f579c61f90a55025be 100755
--- a/live_exam_os/tools/functions.sh
+++ b/live_exam_os/tools/functions.sh
@@ -82,7 +82,7 @@ find_latest_library() {
   local library_name=$1
 
   local library_files
-  library_files=$(find /$ROOTFS_DIR -name "$library_name" 2>/dev/null)
+  library_files=$(find $ROOTFS_DIR -name "$library_name" 2>/dev/null)
 
   if [ -z "$library_files" ]; then
     echo "No version available of $library_name."