Merge commit 'dm/experimental' into test branch
[vuplus_dvbapp] / lib / python / Screens / InfoBarGenerics.py
old mode 100644 (file)
new mode 100755 (executable)
index 1a7d145..d55e661
@@ -1630,6 +1630,11 @@ class InfoBarInstantRecord:
                dir = preferredInstantRecordPath()
                if not dir or not fileExists(dir, 'w'):
                        dir = defaultMoviePath()
+#      ikseong
+               if not fileExists("/hdd", 0):
+                       print "not found /hdd"
+                       system("ln -s /media/hdd /hdd")
+#
                try:
                        stat = os_stat(dir)
                except: