Remove deprecated config
[oom.git] / kubernetes / config / docker / init / make-tar.sh
diff --git a/kubernetes/config/docker/init/make-tar.sh b/kubernetes/config/docker/init/make-tar.sh
deleted file mode 100755 (executable)
index 7ec08ce..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-
-cd src/config
-
-TAR=/usr/local/opt/gnu-tar/libexec/gnubin/tar
-OS="`uname`"
-case $OS in
-  'Linux')
-    OS='Linux'
-    TAR=/usr/bin/tar
-    ;;
-  'Darwin')
-    OS='Mac'
-    ;;
-  *) ;;
-esac
-
-$TAR -cvzf ../../onap-cfg.tar.gz *