summaryrefslogtreecommitdiffstats
path: root/debian/local/shutdown
diff options
context:
space:
mode:
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