From 23b0596c566a47f1299f169a5a814b6468a1f23a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 11 Apr 2021 16:04:28 +0200 Subject: Updating all directory paths for new upstream version. Signed-off-by: Daniel Baumann --- debian/open-infrastructure-container-tools.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/open-infrastructure-container-tools.config') diff --git a/debian/open-infrastructure-container-tools.config b/debian/open-infrastructure-container-tools.config index 3d6f9e5..0c694fa 100644 --- a/debian/open-infrastructure-container-tools.config +++ b/debian/open-infrastructure-container-tools.config @@ -2,7 +2,7 @@ set -e -CONFFILE="/etc/open-infrastructure/container.conf" +CONFFILE="/etc/compute-tools/container.conf" . /usr/share/debconf/confmodule @@ -30,9 +30,9 @@ db_settitle open-infrastructure-container-tools/title db_input low open-infrastructure-container-tools/cache || true db_go -if [ -e /usr/share/open-infrastructure/container/scripts ] +if [ -e /usr/share/compute-tools/scripts ] then - SCRIPT_CHOICES="$(cd /usr/share/open-infrastructure/container/scripts && find -maxdepth 1 -not -type d -and -not -name 'default' -and -not -name 'debconf' -and -not -name '*.d' -printf '%P\n' | sort)" + SCRIPT_CHOICES="$(cd /usr/share/compute-tools/scripts && find -maxdepth 1 -not -type d -and -not -name 'default' -and -not -name 'debconf' -and -not -name '*.d' -printf '%P\n' | sort)" db_subst open-infrastructure-container-tools/script SCRIPT_CHOICES "$(echo ${SCRIPT_CHOICES} | sed -e 's| |, |g')" if [ -x /usr/bin/lsb_release ] -- cgit v1.2.3