mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Fixed handling of video directory names with training slashes
This commit is contained in:
4
INSTALL
4
INSTALL
@@ -64,7 +64,9 @@ All recordings are written into directories below "/video". Please
|
||||
make sure this directory exists, and that the user who runs the 'vdr'
|
||||
program has read and write access to that directory.
|
||||
If you prefer a different location for your video files, you can use
|
||||
the '-v' option to change that.
|
||||
the '-v' option to change that. Please make sure that the directory
|
||||
name you use with '-v' is a clean and absolute path name (no '..' or
|
||||
multiple slashes).
|
||||
|
||||
Note that the file system need not be 64-bit proof, since the 'vdr'
|
||||
program splits video files into chunks of about 1GB. You should use
|
||||
|
||||
Reference in New Issue
Block a user