summaryrefslogtreecommitdiff
path: root/pbs-plumb-config
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-26 15:07:16 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-26 15:07:16 -0500
commite34aed84b17c99fcf286e5d5f212374f335902e4 (patch)
treeb0be4b2e7d9f7a03b0e9b0323ba1708de77ee190 /pbs-plumb-config
parent648afbb3c2aad1d352e4795bfa2f068b9191eb9a (diff)
fix location of the config file
Diffstat (limited to 'pbs-plumb-config')
-rwxr-xr-xpbs-plumb-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbs-plumb-config b/pbs-plumb-config
index f175742..87cf189 100755
--- a/pbs-plumb-config
+++ b/pbs-plumb-config
@@ -26,7 +26,7 @@ main() {
local cmd=$1
shift
- local file="/home/luke/parabola/pbs2/pbs-utils/config" # XXX
+ local file="/etc/libretools.d/pbs.conf"
case "$cmd" in
list)
list "$file" "$@"