From 61b8d67707331ed0b0cd1d03f935e87352e43314 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Sun, 5 Apr 2015 07:43:49 +0000 Subject: [PATCH] * link filebot into /usr/bin instead of /usr/syno/bin --- installer/spk/scripts/start-stop-status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/spk/scripts/start-stop-status b/installer/spk/scripts/start-stop-status index e7b3f44c..565498f5 100644 --- a/installer/spk/scripts/start-stop-status +++ b/installer/spk/scripts/start-stop-status @@ -1,7 +1,7 @@ #!/bin/sh # symlink to /bin on START and unlink on STOP -APP_LINK="/usr/syno/bin/filebot" +APP_LINK="/usr/bin/filebot" APP_ROOT="$SYNOPKG_PKGDEST" case "$1" in