yWeb: replace hardcoded paths (/var/tuxbox/config -> %(CONFIGDIR))

Origin commit data
------------------
Branch: ni/coolstream
Commit: f60578680b
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-01 (Sat, 01 Oct 2016)

Origin message was:
------------------
- yWeb: replace hardcoded paths (/var/tuxbox/config -> %(CONFIGDIR))

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-10-01 11:06:11 +02:00
parent 83638e83bf
commit a7ad7c2d92
38 changed files with 515 additions and 517 deletions

View File

@@ -439,7 +439,7 @@ do_ext_installer()
}
do_ext_uninstaller()
{
uinst="/var/tuxbox/config/ext/uninstall.sh"
uinst="%(CONFIGDIR)/ext/uninstall.sh"
if [ -e "$uinst" ]; then
chmod 755 "$uinst"
`$uinst $1_uninstall.inc`