diff options
Diffstat (limited to 'bin/ftpsync')
-rwxr-xr-x | bin/ftpsync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ftpsync b/bin/ftpsync index 8bf1bfd..ab734b8 100755 --- a/bin/ftpsync +++ b/bin/ftpsync @@ -175,7 +175,7 @@ if [ -d "${TO}/project/trace" ]; then fi log "Trigger slave mirrors" -${HOME}/runmirrors +${HOME}/bin/runmirrors # Finally, all done. Mail the log, exit. if [ -n "${MAILTO}" ]; then |