Disable USB Mass Storage if the USB lun file does not exist.

Change-Id: I185edb4538fa84c17fc2b9a803557bb7a622f880
diff --git a/variables.h b/variables.h
index 91c1f2c..0b1c7ab 100644
--- a/variables.h
+++ b/variables.h
@@ -167,4 +167,8 @@
 // Max archive size for tar backups before we split (1.5GB)
 #define MAX_ARCHIVE_SIZE 1610612736LLU
 
+#ifndef CUSTOM_LUN_FILE
+#define CUSTOM_LUN_FILE "/sys/devices/platform/usb_mass_storage/lun%d/file"
+#endif
+
 #endif  // _VARIABLES_HEADER_