diff options
Diffstat (limited to 'support/scripts/run-tupkgs')
-rwxr-xr-x | support/scripts/run-tupkgs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/scripts/run-tupkgs b/support/scripts/run-tupkgs index 72fb11de..429f815a 100755 --- a/support/scripts/run-tupkgs +++ b/support/scripts/run-tupkgs @@ -1,4 +1,4 @@ #!/bin/bash -aurroot=/srv/sites/http/aur +aurroot=/srv/http/aur nohup $aurroot/aur/tupkg/server/tupkgs -c $aurroot/tupkgs.conf > $aurroot/tupkgs.log 2>&1 & |