summaryrefslogtreecommitdiffstats
path: root/server/export_target
diff options
context:
space:
mode:
authorJonathan Bauer2014-01-27 13:12:37 +0100
committerJonathan Bauer2014-01-27 13:12:37 +0100
commit6794ddf6ef9b489eceb3751f1989138617cbf33f (patch)
treee159cbf6abf244ae4cc9f6c597289b05475ca8c3 /server/export_target
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-6794ddf6ef9b489eceb3751f1989138617cbf33f.tar.gz
tm-scripts-6794ddf6ef9b489eceb3751f1989138617cbf33f.tar.xz
tm-scripts-6794ddf6ef9b489eceb3751f1989138617cbf33f.zip
[export_target] minor improvement to help message when '/export/build'
wasn't exported on the remote machine.
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 9e346708..6edcecdc 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. (Is '/export/build' available on target machine?)"
+ perror "Syncing of 'root@$REMOTE_IP:/export/build' to '$SERVER_BUILD_DIR' failed with error code: $RET. (Is '/export/build' available on target machine? If not run './mltk -n' on remote machine to export the build directory.)"
fi
}