[debian-edu-commits] debian-edu/ 03/64: Adjust flag file used to enable automatic shutdown.
Mike Gabriel
sunweaver at debian.org
Wed Oct 23 09:51:48 UTC 2013
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository shutdown-at-night.
commit 82b6aba9d048fc69578dc8bdddd1f3fc1f9b5da6
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Sun Jun 8 15:35:51 2008 +0000
Adjust flag file used to enable automatic shutdown.
git-svn-id: svn+ssh://svn.debian.org/svn/debian-edu/trunk/src/shutdown-at-night@41392 6e500793-9bee-0310-a5b0-9d0909bd054d
---
shutdown-at-night | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shutdown-at-night b/shutdown-at-night
index d791bca..b00c9a0 100755
--- a/shutdown-at-night
+++ b/shutdown-at-night
@@ -9,7 +9,7 @@
enabled_for_host() {
# Flag for now
- if [ -f /etc/debian-edu/shutdown-at-night ] ; then
+ if [ -f /etc/shutdown-at-night/shutdown-at-night ] ; then
true
fi
false;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/shutdown-at-night.git
More information about the debian-edu-commits
mailing list