summaryrefslogtreecommitdiffstats
path: root/support/scripts/run-tupkgs
diff options
context:
space:
mode:
Diffstat (limited to 'support/scripts/run-tupkgs')
-rwxr-xr-xsupport/scripts/run-tupkgs3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/scripts/run-tupkgs b/support/scripts/run-tupkgs
index b5b3cb89..72fb11de 100755
--- a/support/scripts/run-tupkgs
+++ b/support/scripts/run-tupkgs
@@ -1,3 +1,4 @@
#!/bin/bash
+aurroot=/srv/sites/http/aur
-nohup /home/aur/aur/tupkg/server/tupkgs -c /home/aur/tupkgs.conf >/home/aur/tupkgs.log 2>&1 &
+nohup $aurroot/aur/tupkg/server/tupkgs -c $aurroot/tupkgs.conf > $aurroot/tupkgs.log 2>&1 &