Arts-of-coding commited on
Commit
9ec8f1d
1 Parent(s): b0be105

Update mount-blobfuse.sh

Browse files
Files changed (1) hide show
  1. mount-blobfuse.sh +1 -1
mount-blobfuse.sh CHANGED
@@ -1,2 +1,2 @@
1
  # mount our blobstore
2
- blobfuse ${AZURE_MOUNT_POINT} --use-https=true --tmp-path=/tmp/blobfuse/${AZURE_STORAGE_ACCOUNT} --container-name=${AZURE_STORAGE_ACCOUNT_CONTAINER} -o allow_other
 
1
  # mount our blobstore
2
+ blobfuse $AZURE_MOUNT_POINT --use-https=true --tmp-path=/tmp/blobfuse/$AZURE_STORAGE_ACCOUNT --container-name=$AZURE_STORAGE_ACCOUNT_CONTAINER -o allow_other