mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-14 08:53:38 +02:00
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:
@@ -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`
|
||||
|
Reference in New Issue
Block a user