Remove unused optpath variable in installer

This commit is contained in:
Alex Malinovich 2016-12-05 15:57:39 -08:00
commit 3e48a2dc42

View file

@ -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"