diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-07 18:18:03 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-07 18:18:03 -0600 |
commit | f52617d70048e16d4388e6596d052a85ca7b9d86 (patch) | |
tree | 7531fe99825f2715b457ce6590a580b55185c7fb /parabolaweb-update | |
parent | 71b011fa542fe959e690c64fcd28f05441248a33 (diff) |
touch up
Diffstat (limited to 'parabolaweb-update')
-rw-r--r-- | parabolaweb-update | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/parabolaweb-update b/parabolaweb-update index 2da9eea..160afb0 100644 --- a/parabolaweb-update +++ b/parabolaweb-update @@ -1,8 +1,7 @@ -#!/bin/bash -set -e +#!/bin/bash -e . /etc/conf.d/parabolaweb -. /usr/bin/libremessages +. libremessages find_makefiles() { pushd "$WEBDIR" > /dev/null |