Skip to content

Commit 26c4233

Browse files
authored
Added debug logging in mount script
1 parent 37f4f29 commit 26c4233

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mount-azure-file-share.sh

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ set -e
66
: "${AZURE_STORAGE_ACCOUNT_NAME:?Variable not set or empty}"
77
: "${MOUNT_POINT:?Variable not set or empty}"
88

9+
# Print the current user (ensure this script is running as root)
10+
echo "Running as user: $(whoami)"
11+
912
# Create mount point if it doesn't exist
1013
mkdir -p $MOUNT_POINT
1114

0 commit comments

Comments
 (0)