From 5776f47d6e5ee4fe7797ec31aad2e3bbbb08b8d2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 17 Feb 2019 18:40:15 +0100 Subject: Adding upstream version 20190217. Signed-off-by: Daniel Baumann --- share/hooks/pre-create.git-pull.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'share/hooks') diff --git a/share/hooks/pre-create.git-pull.sh b/share/hooks/pre-create.git-pull.sh index cee7d8c..bf98a17 100755 --- a/share/hooks/pre-create.git-pull.sh +++ b/share/hooks/pre-create.git-pull.sh @@ -1,7 +1,6 @@ #!/bin/sh -# container-tools - Manage systemd-nspawn containers -# Copyright (C) 2014-2018 Daniel Baumann +# Copyright (C) 2014-2019 Daniel Baumann # # SPDX-License-Identifier: GPL-3.0+ # @@ -20,7 +19,7 @@ set -e -DIRECTORIES="/etc/container-tools/debconf /etc/container-tools/debconf/*/" +DIRECTORIES="/etc/compute-tools/container/debconf /etc/compute-tools/container/debconf/*/" for DIRECTORY in ${DIRECTORIES} do @@ -28,9 +27,9 @@ do then echo "Updating ${DIRECTORY}..." - if [ -e /etc/default/container-tools ] + if [ -e /etc/default/compute-tools ] then - . /etc/default/container-tools + . /etc/default/compute-tools fi DEBCONF_ID="${DEBCONF_ID:-HEAD}" -- cgit v1.2.3