Skip to content

Commit

Permalink
Oups, forgot one line in renaming.
Browse files Browse the repository at this point in the history
  • Loading branch information
vroy committed Sep 21, 2010
1 parent 7acc26c commit 254102c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto-idle-shutdown.rb
Expand Up @@ -12,7 +12,7 @@ def debug(msg)
puts "Missing configuration file."
exit!(1)
end
config = YAML::load( File.open("auto-shutdown.conf") )
config = YAML::load( File.open("auto-idle-shutdown.conf") )

@shutdown = config["shutdown"].to_i # Already in minutes
debug "Status: Shutdown after #{@shutdown} minutes"
Expand Down

0 comments on commit 254102c

Please sign in to comment.