* 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
1 changed files with 1 additions and 1 deletions

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