X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=python3-osm-nbi.postinst;fp=python3-osm-nbi.postinst;h=0000000000000000000000000000000000000000;hp=452f50348668c591ab3fcd83106f81c77c980d10;hb=0c01ffa4f8cdd307d15463fb389b7cfe2d500db6;hpb=4c57e2e64537d6263c618da58bcd8f8767b8076e diff --git a/python3-osm-nbi.postinst b/python3-osm-nbi.postinst deleted file mode 100755 index 452f503..0000000 --- a/python3-osm-nbi.postinst +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash - -## -# 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. -# -# For those usages not covered by the Apache License, Version 2.0 please -# contact with: OSM_TECH@list.etsi.org -## - -echo "POST INSTALL OSM-NBI" - -#Creation of log folder -mkdir -p /var/log/osm - -systemctl enable osm-nbi.service -