1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 00:08:51 -05:00

* improve DSM package maintenance scripts to avoid things breaking for each DSM update

This commit is contained in:
Reinhard Pointner 2015-02-23 07:24:27 +00:00
parent 2c90b92625
commit d755103cd4

View File

@ -30,7 +30,7 @@ case "$1" in
log)
LOGFILE="$SYNOPKG_PKGDEST/sysinfo.log"
"$SYNOPKG_PKGDEST/filebot.sh" -script fn:sysinfo 2>&1 > "$LOGFILE"
"$SYNOPKG_PKGDEST/filebot.sh" -script fn:sysinfo > "$LOGFILE" 2>&1
echo $LOGFILE
exit 0
;;