summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-06-15 20:20:07 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-06-15 20:20:07 -0400
commit15b35deec06efa6efc5e527fa2c277c581caf009 (patch)
tree6adc677b54421cd3218badbef114e56d1a6328e0 /scripts
parentcaf029024616464acdd51fbf9670bea9eea7b1c0 (diff)
tidy systemd stuff
Diffstat (limited to 'scripts')
-rw-r--r--scripts/common.rb.in (renamed from scripts/common.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/common.rb b/scripts/common.rb.in
index 91e14be..c7dc261 100644
--- a/scripts/common.rb
+++ b/scripts/common.rb.in
@@ -1,7 +1,7 @@
require 'yaml'
def cfg
- @cfg ||= YAML::load(open("parabola-hackers.yml"))
+ @cfg ||= YAML::load(open("@conf_file@"))
end
def load_user_yaml(filename)