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 # # 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} }