mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
* improve DSM package maintenance scripts to avoid things breaking for each DSM update
This commit is contained in:
parent
d755103cd4
commit
4cca332ffc
@ -27,16 +27,8 @@ case "$1" in
|
||||
exit 1
|
||||
fi
|
||||
;;
|
||||
|
||||
log)
|
||||
LOGFILE="$SYNOPKG_PKGDEST/sysinfo.log"
|
||||
"$SYNOPKG_PKGDEST/filebot.sh" -script fn:sysinfo > "$LOGFILE" 2>&1
|
||||
echo $LOGFILE
|
||||
exit 0
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "start-stop-status called with unknown argument \`$1'" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
# return successfully
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user