mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Rework tupkg support scripts. Update paths.
Grep CVS update output for only useful messages. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
3ec9ecc84e
commit
460a6ccb46
2 changed files with 13 additions and 11 deletions
|
@ -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 &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue