diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-11-05 11:44:26 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-11-05 11:44:26 -0300 |
commit | 369245e8dbee7ad97acec087de77081627a255db (patch) | |
tree | 8e128b0bad84d042b0d504e3e5ed726b0ffe9457 /toru-utils | |
parent | 3d3156b97f679a84210c08ca7e7563691d988a3b (diff) | |
parent | 9983b0c757834d61b9099a5953dec9d92330ac76 (diff) |
Merge branch 'master' of git://ponape.local/libretools
Diffstat (limited to 'toru-utils')
-rwxr-xr-x | toru-utils | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -1,15 +1,8 @@ #!/bin/bash -#!/bin/bash - source /etc/abs.conf source /etc/libretools.conf -if [ ! -w "$TORUPATH" ]; then - error "Toru's path isn't writable. Please check $TORUPATH" - exit 1 -fi - LASTSYNCFILE=${TORUPATH}/lastsync FORCE=false QUIET=false |