You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ -z"$(grep $SMB_PATH\ $MNT_PATH /etc/fstab)" ];then
292
-
echo"$SMB_PATH$MNT_PATH cifs _netdev,nofail,credentials=$SMB_CREDENTIAL_FILE,serverino,nosharesock,actimeo=30"| sudo tee -a /etc/fstab > /dev/null
292
+
echo"$SMB_PATH$MNT_PATH cifs _netdev,nofail,credentials=$SMB_CREDENTIAL_FILE,serverino,nosharesock,actimeo=30,mfsymlinks"| sudo tee -a /etc/fstab > /dev/null
293
293
else
294
-
echo"/etc/fstab was not modified to avoid conflicting entries as this Azure file share was already present. You may want to double check /etc/fstab to ensure the configuration is as desired."
294
+
echo"/etc/fstab was not modified to avoid conflicting entries as this Azure file share was already present. You might want to double check /etc/fstab to ensure the configuration is as desired."
295
295
fi
296
296
297
297
sudo mount -a
@@ -346,7 +346,7 @@ HTTP_ENDPOINT=$(az storage account show \
0 commit comments