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