Remove eelf dependency
[dmaap/buscontroller.git] / misc / doaction
index d3dd9b8..7fee592 100644 (file)
@@ -1,4 +1,25 @@
 #!/bin/bash
+#
+# ============LICENSE_START==========================================
+# org.onap.dmaap
+# ===================================================================
+# Copyright © 2018 AT&T Intellectual Property. All rights reserved.
+# ===================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#        http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# ============LICENSE_END============================================
+# ECOMP is a trademark and service mark of AT&T Intellectual Property.
+#
+#
 
 cd /opt/app/dmaapbc/etc
 for action in "$@"
@@ -20,7 +41,6 @@ case "$action" in
        /bin/bash dmaapbc.properties.tmpl >dmaapbc.properties
        /bin/bash havecert.tmpl >havecert
        /bin/bash PolicyEngineApi.properties.tmpl > ../config/PolicyEngineApi.properties
-       echo "$AFTSWM_ACTION_NEW_VERSION" >VERSION.dmaapbc
        chmod +x havecert
        rm -f /opt/app/platform/rc.d/K90dmaapbc /opt/app/platform/rc.d/S10dmaapbc
        ln -s ../init.d/dmaapbc /opt/app/platform/rc.d/K90dmaapbc