mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Grep CVS update output for only useful messages. Signed-off-by: Loui Chang <louipc.ist@gmail.com>
4 lines
133 B
Bash
Executable file
4 lines
133 B
Bash
Executable file
#!/bin/bash
|
|
aurroot=/srv/sites/http/aur
|
|
|
|
nohup $aurroot/aur/tupkg/server/tupkgs -c $aurroot/tupkgs.conf > $aurroot/tupkgs.log 2>&1 &
|