Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-network-sync
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2012-07-14 21:55:09 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2012-07-14 21:55:09 (GMT)
commit18a891cfac03164c604421d9565f07e826d72b11 (patch)
tree012d0116576efc52b9059c5b1bc98b046cb4a0a6 /sugar-network-sync
parent93ab820d77900db043794c64d228fbbfb34f4f83 (diff)
Reuse chaced pulls
Diffstat (limited to 'sugar-network-sync')
-rwxr-xr-xsugar-network-sync1
1 files changed, 1 insertions, 0 deletions
diff --git a/sugar-network-sync b/sugar-network-sync
index 7a1dc38..e4b40f5 100755
--- a/sugar-network-sync
+++ b/sugar-network-sync
@@ -146,6 +146,7 @@ cmdline="$@"
FS=
disk_limit=$(expr 1024 \* 1024 \* 10)
+mkdir -p "${sync_path}" || abort "Cannot create ${sync_path} sync directory"
cd "${sync_path}" || abort "Cannot switch to ${sync_path} sync directory"
if [ "${clone_url}" ]; then