* fixfix
This commit is contained in:
parent
ca50814d00
commit
229d701564
|
@ -549,7 +549,7 @@
|
|||
<info name="distributor_url" value="http://www.filebot.net/" />
|
||||
<info name="support_url" value="http://www.filebot.net/forums/" />
|
||||
<info name="firmware" value="5.0" />
|
||||
<info name="startable" value="yes" />
|
||||
<info name="startable" value="no" />
|
||||
<info name="helpurl" value="http://www.filebot.net/cli.html" />
|
||||
|
||||
<icon size="72" file="${dir.installer}/icons/icon72.png" />
|
||||
|
|
|
@ -29,7 +29,7 @@ case "$1" in
|
|||
;;
|
||||
|
||||
log)
|
||||
// select most recently modified log file (Caveats: the path of the log file must not contain spaces)
|
||||
# Select most recently modified log file (Caveats: the path of the log file must not contain spaces)
|
||||
find "$APP_ROOT/data" -name "*.log" -type f -print0 | xargs -0 ls -Alt1 | head -n 1 | awk '{print $7}'
|
||||
exit 0
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue