Spaces:
Sleeping
Sleeping
Arts-of-coding
commited on
Commit
•
aa58a50
1
Parent(s):
e8cff1c
Update mount-blobfuse.sh
Browse files- mount-blobfuse.sh +1 -1
mount-blobfuse.sh
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# mount our blobstore
|
2 |
test ${AZURE_MOUNT_POINT}
|
3 |
-
rm -rf
|
4 |
mkdir app/azure
|
5 |
|
6 |
#who
|
|
|
1 |
# mount our blobstore
|
2 |
test ${AZURE_MOUNT_POINT}
|
3 |
+
rm -rf app/azure
|
4 |
mkdir app/azure
|
5 |
|
6 |
#who
|