This commit is contained in:
Reinhard Pointner 2015-03-29 10:17:04 +00:00
parent ca50814d00
commit 229d701564
2 changed files with 2 additions and 2 deletions

View File

@ -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" />

View File

@ -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
;; ;;