From 3e48a2dc42844be72535fbca1680628d80f160f6 Mon Sep 17 00:00:00 2001 From: Alex Malinovich Date: Mon, 5 Dec 2016 15:57:39 -0800 Subject: [PATCH] Remove unused optpath variable in installer --- extras/installer.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extras/installer.sh b/extras/installer.sh index 3ccffad..89a7cf6 100755 --- a/extras/installer.sh +++ b/extras/installer.sh @@ -1,8 +1,7 @@ #!/bin/bash ORIGIN_REPO="https://github.com/demonbane/plexupdate" #FIXME -OPT_PATH="/opt" -FULL_PATH="$OPT_PATH/plexupdate" +FULL_PATH="/opt/plexupdate" CONFIGFILE="/etc/plexupdate.conf" CONFIGCRON="/etc/plexupdate.cron.conf" CRONWRAPPER="/etc/cron.daily/plexupdate"