From 379a542d8385e94ce100d32dd0f6d551229fe55d Mon Sep 17 00:00:00 2001
From: Martin Goik <goik@hdm-stuttgart.de>
Date: Tue, 31 Oct 2017 07:13:16 +0100
Subject: [PATCH] Path correction and final message

---
 AuswertungKlausur/noten.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/AuswertungKlausur/noten.sh b/AuswertungKlausur/noten.sh
index 2a21cf919..71c91c6e1 100755
--- a/AuswertungKlausur/noten.sh
+++ b/AuswertungKlausur/noten.sh
@@ -5,7 +5,7 @@
 #rm -rf Unpack
 
 # The original examination project skeleton
-PROJECTREF=~/workspace/GoikLectures/Klausuren/Sd1/2017Summer/Exam
+PROJECTREF=~/GoikLectures/Klausuren/Sd1/2017Summer/Exam
 
 # Representative of archive integrity
 SRCREPRESENT=src/main/java/de/hdm_stuttgart/mi/sd1/aufgabe1/HandyAbrechnung.java
@@ -68,5 +68,5 @@ for zip in $( ls *.zip); do
   rm -rf Unpack
 done
 
-
+echo Results at ~/results.log
 #end
-- 
GitLab