mirror of
https://github.com/mrworf/plexupdate.git
synced 2025-08-19 21:03:19 -07:00
Remove unused optpath variable in installer
This commit is contained in:
parent
02c1f8d621
commit
3e48a2dc42
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue