Closed mgermain closed 8 years ago
The -f option does not create the log folder properly, it creates ./SMART_DISPATCH_LOGS/{commandfile_name} and it should create ./SMART_DISPATCH_LOGS/{date}_{commandfile_name} as in the style of when the -f option is not used.
./SMART_DISPATCH_LOGS/{commandfile_name}
./SMART_DISPATCH_LOGS/{date}_{commandfile_name}
The -f option does not create the log folder properly, it creates
./SMART_DISPATCH_LOGS/{commandfile_name}
and it should create./SMART_DISPATCH_LOGS/{date}_{commandfile_name}
as in the style of when the -f option is not used.