summaryrefslogtreecommitdiff
path: root/libre/parabolaweb-utils/parabolaweb-update
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-10-22 09:56:33 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-10-22 09:56:33 -0400
commit72780d31ec566cbd62df57a6ba4d8fc7bc90bf56 (patch)
tree6f07bf6a25cb8a5df26e8b9e524bddcae8f2d740 /libre/parabolaweb-utils/parabolaweb-update
parent1ff7d1a6fa1690a352cafc517f6699d2897584f0 (diff)
downloadabslibre-72780d31ec566cbd62df57a6ba4d8fc7bc90bf56.tar.gz
abslibre-72780d31ec566cbd62df57a6ba4d8fc7bc90bf56.tar.bz2
abslibre-72780d31ec566cbd62df57a6ba4d8fc7bc90bf56.zip
improve libre/parabolaweb-utils
filesystem: * parabolaweb{-fcgi,-update,.conf}: make the installation directory configurable * parabolaweb.{rc,service}: take care of file-permissions with the pidfile
Diffstat (limited to 'libre/parabolaweb-utils/parabolaweb-update')
-rw-r--r--libre/parabolaweb-utils/parabolaweb-update7
1 files changed, 5 insertions, 2 deletions
diff --git a/libre/parabolaweb-utils/parabolaweb-update b/libre/parabolaweb-utils/parabolaweb-update
index e4d65c2d9..b8ac5bf5e 100644
--- a/libre/parabolaweb-utils/parabolaweb-update
+++ b/libre/parabolaweb-utils/parabolaweb-update
@@ -1,8 +1,11 @@
#!/bin/bash
set -e
-_install_dir=/srv/http
-_gitname=web
+. /etc/conf.d/parabolaweb
+
+
+_install_dir=${WEBDIR%/*}
+_gitname=${WEBDIR##*/}
_gitroot=git://parabolagnulinux.org/parabolaweb.git
_gitbranch=master