summaryrefslogtreecommitdiffstats
path: root/server/export_target
diff options
context:
space:
mode:
authorJonathan Bauer2013-11-27 14:14:15 +0100
committerJonathan Bauer2013-11-27 14:14:15 +0100
commit3430df14c393682b515d9f45bceb0aa5ea88c657 (patch)
treee10e9e64065b17f2e0c94764f54211c843d57741 /server/export_target
parent[export_target] rsync return status handling (diff)
downloadtm-scripts-3430df14c393682b515d9f45bceb0aa5ea88c657.tar.gz
tm-scripts-3430df14c393682b515d9f45bceb0aa5ea88c657.tar.xz
tm-scripts-3430df14c393682b515d9f45bceb0aa5ea88c657.zip
[export_target] more help messages if rsync fails
Diffstat (limited to 'server/export_target')
-rwxr-xr-xserver/export_target2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/export_target b/server/export_target
index 68d8beb7..ce262538 100755
--- a/server/export_target
+++ b/server/export_target
@@ -55,7 +55,7 @@ sync_remote() {
if [ $RET -eq 0 ]; then
pinfo "Syncing completed."
else
- perror "Syncing of 'root@$REMOTE_IP:/export/build' to '$SERVER_BUILD_DIR' failed with error code: $RET"
+ perror "Syncing of 'root@$REMOTE_IP:/export/build' to '$SERVER_BUILD_DIR' failed with error code: $RET. (Is '/export/build' available on target machine?)"
fi
}