diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-17 17:40:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-02-17 17:40:15 +0000 |
commit | 5776f47d6e5ee4fe7797ec31aad2e3bbbb08b8d2 (patch) | |
tree | 64b345517eadfb03724eda8deebd56ec917fba69 /lib/container/move | |
parent | Adding upstream version 20180825. (diff) | |
download | open-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 '')
-rwxr-xr-x | lib/container/move | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/container/move b/lib/container/move index e533b0e..6e12fa0 100755 --- a/lib/container/move +++ b/lib/container/move @@ -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+ # @@ -22,8 +21,8 @@ set -e COMMAND="$(basename ${0})" -CONFIG="/etc/container-tools/config" -HOOKS="/etc/container-tools/hooks" +CONFIG="/etc/compute-tools/container/config" +HOOKS="/etc/compute-tools/container/hooks" MACHINES="/var/lib/machines" Parameters () |