Arts-of-coding commited on
Commit
5c1eab3
·
verified ·
1 Parent(s): edeb203

Update mount-blobfuse.sh

Browse files
Files changed (1) hide show
  1. mount-blobfuse.sh +2 -2
mount-blobfuse.sh CHANGED
@@ -1,5 +1,5 @@
1
  # mount our blobstore
2
- test ${AZURE_MOUNT_POINT}
3
- blobfuse ${AZURE_MOUNT_POINT} --use-https=true --tmp-path=/tmp/blobfuse/${AZURE_STORAGE_ACCOUNT} --container-name=${AZURE_STORAGE_ACCOUNT_CONTAINER} -o allow_other
4
  # run the command passed to us
5
  #exec "uvicorn main:app --host 0.0.0.0 --port 5000"
 
1
  # mount our blobstore
2
+ test $AZURE_MOUNT_POINT
3
+ blobfuse $AZURE_MOUNT_POINT --use-https=true --tmp-path=/tmp/blobfuse/$AZURE_STORAGE_ACCOUNT --container-name=$AZURE_STORAGE_ACCOUNT_CONTAINER -o allow_other
4
  # run the command passed to us
5
  #exec "uvicorn main:app --host 0.0.0.0 --port 5000"