From 04741d14b5d98f38d187e987b6f24c4c37efb4fc Mon Sep 17 00:00:00 2001 From: lauk <lauk> Date: Wed, 25 Mar 2015 08:57:14 +0000 Subject: [PATCH] Removed obsolete check for IOC naming convention --- App/scripts/iocBootNotify.sh | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/App/scripts/iocBootNotify.sh b/App/scripts/iocBootNotify.sh index 1a6b4dba..1e0f1afb 100755 --- a/App/scripts/iocBootNotify.sh +++ b/App/scripts/iocBootNotify.sh @@ -11,7 +11,7 @@ if [ "$1" = "-v" ] then echo '$Source: /cvs/G/DRV/misc/App/scripts/iocBootNotify.sh,v $' echo '$Author: lauk $' - echo '$Date: 2015/01/14 11:49:45 $' + echo '$Date: 2015/03/25 08:57:14 $' exit fi @@ -75,17 +75,6 @@ else link=$(readlink /ioc/$SYSTEM) fi SLSBASE=${link%%/iocBoot*} -case $SYSTEM in - ( *-VME* ) ;; - ( *-CV* ) ;; - ( *-PC* ) ;; - ( *-CP* ) ;; - ( *-IFC* ) ;; - ( *-CRIO* ) ;; - ( * ) echo "ERROR: $SYSTEM is not an acceptable system name." - echo "Rename your system and 'target name' to match *-VME* or *-CV* or *-PC* or *-CP* or *-IFC* or *-CRIO*." - ;; -esac if [ -L $BOOTFILE ] then link=$(readlink $BOOTFILE) @@ -122,6 +111,6 @@ echo "Uploading boot info to web service: $boot_info" $(dirname $0)/upload_bootinfo.py $boot_info & # $Name: $ -# $Id: iocBootNotify.sh,v 1.26 2015/01/14 11:49:45 lauk Exp $ +# $Id: iocBootNotify.sh,v 1.27 2015/03/25 08:57:14 lauk Exp $ # $Source: /cvs/G/DRV/misc/App/scripts/iocBootNotify.sh,v $ -# $Revision: 1.26 $ +# $Revision: 1.27 $ -- GitLab