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

Origin commit data
------------------
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))
This commit is contained in:
vanhofen
2016-10-01 11:06:11 +02:00
parent 3507c534e4
commit b05330225a
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`