summaryrefslogtreecommitdiffstats
path: root/debian/local/shutdown
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-10-08 17:36:57 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-10-08 17:36:57 +0000
commit3b876befb096bfa5605c3d39adf5f2000bd3ac46 (patch)
tree26b0559002a77f4bda73abbd844f248708cc9c50 /debian/local/shutdown
parentAdding foxyproxy to progress-linux-desktop depends. (diff)
downloadprogress-linux-metapackages-3b876befb096bfa5605c3d39adf5f2000bd3ac46.tar.xz
progress-linux-metapackages-3b876befb096bfa5605c3d39adf5f2000bd3ac46.zip
Updating shutdown handling for newer compute-tools.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/local/shutdown')
-rwxr-xr-xdebian/local/shutdown8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/local/shutdown b/debian/local/shutdown
index 16ee5ed..30e959d 100755
--- a/debian/local/shutdown
+++ b/debian/local/shutdown
@@ -2,12 +2,12 @@
echo "${0}: disabled in systemd-nspawn container"
-if [ -e /etc/open-infrastructure/container/shutdown.txt ]
+if [ -e /etc/compute-tools/shutdown.txt ]
then
- cat /etc/open-infrastructure/container/shutdown.txt
-elif [ -e /usr/share/open-infrastructure/container/shutdown.txt ]
+ cat /etc/compute-tools/shutdown.txt
+elif [ -e /usr/share/container/shutdown.txt ]
then
- cat /usr/share/open-infrastructure/container/shutdown.txt
+ cat /usr/share/container/shutdown.txt
fi
exit 1