diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-12-11 10:14:55 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-12-11 10:22:15 -0500 |
commit | 186abc852a9f442d94cf7fdf44f394993173ccd1 (patch) | |
tree | 71322b37ca12fda2a693a92c2c9bed7b3952bbdf /support/scripts/run-tupkgs | |
parent | 084b11a6f2e1575cd7c84dee194d0ab66e2087a4 (diff) | |
download | aurweb-186abc852a9f442d94cf7fdf44f394993173ccd1.tar.xz |
Move tupkg scripts to tupkg/scripts.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'support/scripts/run-tupkgs')
-rwxr-xr-x | support/scripts/run-tupkgs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/support/scripts/run-tupkgs b/support/scripts/run-tupkgs deleted file mode 100755 index 429f815..0000000 --- a/support/scripts/run-tupkgs +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -aurroot=/srv/http/aur - -nohup $aurroot/aur/tupkg/server/tupkgs -c $aurroot/tupkgs.conf > $aurroot/tupkgs.log 2>&1 & |