diff options
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-09-13 20:30:27 -0500 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2008-09-13 20:30:27 -0500 |
commit | 42bbb3dd2ef276c5204651fafb152a888c449c15 (patch) | |
tree | 301098e0ee86f75fd2a963b8c1e842502c126a7b /db-remove | |
parent | a0f73ceca409fa8995af16eee8440c1467c5f1bf (diff) |
Move temporary directories to /home/tmp
This is to allow moves to /home/ftp/ to remain on the same
filesystem, thus making the final moves atomic
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
Diffstat (limited to 'db-remove')
-rwxr-xr-x | db-remove | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ svnrepo="$reponame-$arch" [ "$UID" = "" ] && UID=$(uid) -WORKDIR="/tmp/db-remove.$svnrepo.$UID" +WORKDIR="/home/tmp/db-remove.$svnrepo.$UID" cleanup() { # unlock |