summaryrefslogtreecommitdiffstats
path: root/server/export_target
diff options
context:
space:
mode:
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
}