summaryrefslogtreecommitdiffstats
path: root/bin/container-shell
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-17 17:40:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-17 17:40:15 +0000
commit5776f47d6e5ee4fe7797ec31aad2e3bbbb08b8d2 (patch)
tree64b345517eadfb03724eda8deebd56ec917fba69 /bin/container-shell
parentAdding upstream version 20180825. (diff)
downloadopen-infrastructure-compute-tools-upstream/20190217.tar.xz
open-infrastructure-compute-tools-upstream/20190217.zip
Adding upstream version 20190217.upstream/20190217
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'bin/container-shell')
-rwxr-xr-xbin/container-shell5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/container-shell b/bin/container-shell
index 2ca5cd3..368d368 100755
--- a/bin/container-shell
+++ b/bin/container-shell
@@ -1,7 +1,6 @@
#!/bin/sh
-# container-tools - Manage systemd-nspawn containers
-# Copyright (C) 2014-2018 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+# Copyright (C) 2014-2019 Daniel Baumann <daniel.baumann@open-infrastructure.net>
#
# SPDX-License-Identifier: GPL-3.0+
#
@@ -20,7 +19,7 @@
set -e
-SOFTWARE="container-tools"
+SOFTWARE="compute-tools"
PROGRAM="container"
COMMAND="$(basename ${0})"