summaryrefslogtreecommitdiffstats
path: root/remote/setup_target
diff options
context:
space:
mode:
authorJonathan Bauer2014-06-11 12:51:42 +0200
committerJonathan Bauer2014-06-11 12:51:42 +0200
commit50e77f67f1b1745450d33e7c96000cde45267302 (patch)
tree0d3e966d695da4855c36720afb05a6dfa2e33872 /remote/setup_target
parent[rfs-s31] init cosmetics (diff)
downloadtm-scripts-50e77f67f1b1745450d33e7c96000cde45267302.tar.gz
tm-scripts-50e77f67f1b1745450d33e7c96000cde45267302.tar.xz
tm-scripts-50e77f67f1b1745450d33e7c96000cde45267302.zip
minor - break line for easier reading
Diffstat (limited to 'remote/setup_target')
-rwxr-xr-xremote/setup_target3
1 files changed, 2 insertions, 1 deletions
diff --git a/remote/setup_target b/remote/setup_target
index 84575353..77a9f62d 100755
--- a/remote/setup_target
+++ b/remote/setup_target
@@ -126,7 +126,8 @@ export_builds() {
pwarning "${MODE_DIR}/builds already exported! Ignoring..."
return 1;
fi
- pinfo "Mounting ${MODE_DIR}/builds to ${EXPORT_DIR}. This will make the local builds syncable from another machine."
+ pinfo "Mounting ${MODE_DIR}/builds to ${EXPORT_DIR}."
+ pinfo "This will make the local builds syncable from another machine."
[ ! -d "${EXPORT_DIR}" ] && mkdir -p "${EXPORT_DIR}"
mount --bind ${MODE_DIR}/builds ${EXPORT_DIR} || perror "Failed to bind mount ${MODE_DIR}/builds to ${EXPORT_DIR}"
}