diff --git a/mxmount b/mxmount index 87c66d9..125c00c 100755 --- a/mxmount +++ b/mxmount @@ -22,10 +22,10 @@ $fullhostname = hostname(); %D = (); %V = ( - DEFAULT_MOUNT_FS => '', - DEFAULT_MOUNT_OPTIONS => '', + DEFAULT_MOUNT_FS => '', + DEFAULT_MOUNT_OPTIONS => '', DEFAULT_EXPORT_OPTIONS => '', - DEFAULT_MOUNT_PREFIX => '/', + DEFAULT_MOUNT_PREFIX => '/', SHORTHOST => $hostname, FULLHOST => $fullhostname,