Skip to content

Commit

Permalink
upload-packages: fix mkdir fallback
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
  • Loading branch information
koenkooi committed Apr 20, 2012
1 parent 7a05944 commit 21e7cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-angstrom/meta/upload-packages.bb
Expand Up @@ -45,7 +45,7 @@ do_upload_packages() {

# Find file already present on webserver
echo "Getting file list from server"
ssh -C ${REMOTEM} 'mkdir -p ${REMOTED} ; touch ${REMOTED}/unsorted/files-sorted'
ssh -C ${REMOTEM} 'mkdir -p ${REMOTED}/unsorted ; touch ${REMOTED}/unsorted/files-sorted'
scp -C ${REMOTEM}:${REMOTED}/unsorted/files-sorted files-remote
ls upload-queue/ | grep -v morgue > files-local

Expand Down

0 comments on commit 21e7cce

Please sign in to comment.