mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-10 21:38:04 -05:00
* 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="distributor_url" value="http://www.filebot.net/" />
|
||||||
<info name="support_url" value="http://www.filebot.net/forums/" />
|
<info name="support_url" value="http://www.filebot.net/forums/" />
|
||||||
<info name="firmware" value="5.0" />
|
<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" />
|
<info name="helpurl" value="http://www.filebot.net/cli.html" />
|
||||||
|
|
||||||
<icon size="72" file="${dir.installer}/icons/icon72.png" />
|
<icon size="72" file="${dir.installer}/icons/icon72.png" />
|
||||||
|
@ -29,7 +29,7 @@ case "$1" in
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
log)
|
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}'
|
find "$APP_ROOT/data" -name "*.log" -type f -print0 | xargs -0 ls -Alt1 | head -n 1 | awk '{print $7}'
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user