#!/bin/bash

# This script will be run after mount successfully.
# This script is an example for what params are passed.

# !!!WATCH OUT!!! Not all types of mount type can trigger such scripts successfully! For example, 'customize' type may not trigger.

echo $NETDRIVE_MOUNTPOINT
