From ef61de4e199940c56c320d8879e0e23d17d14a39 Mon Sep 17 00:00:00 2001
From: Mario Fetka <mario.fetka@gmail.com>
Date: Mon, 4 Mar 2013 08:22:27 +0100
Subject: [PATCH] cleanup sourcecode

---
 bin/opsi-administration.sh | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

diff --git a/bin/opsi-administration.sh b/bin/opsi-administration.sh
index 8101e5f..1351ad1 100755
--- a/bin/opsi-administration.sh
+++ b/bin/opsi-administration.sh
@@ -3,12 +3,10 @@
 # vim:et:ft=sh:sts=2:sw=2
 #
 # Copyright 2008 Kate Ward. All Rights Reserved.
+# Copyright 2013 Mario Fetka. All Rights Reserved.
 # Released under the LGPL (GNU Lesser General Public License)
 #
-# Author: kate.ward@forestent.com (Kate Ward)
-#
-# This script runs the provided unit tests and sends the output to the
-# appropriate file.
+# Author: Mario Fetka <mario.fetka@gmail.com>
 #
 
 # treat unset variables as an error
@@ -76,11 +74,11 @@ show()
     done
     boxes -d shell  $show_list
     
-#  rm -f ${show_list}
-#  rm -f ${file_list}
-#  rm -f ${file_list_final}
-#  rm -f ${file_list_version}
-#  rm -f ${file_list_release}
+  rm -f ${show_list}
+  rm -f ${file_list}
+  rm -f ${file_list_final}
+  rm -f ${file_list_version}
+  rm -f ${file_list_release}
 }