mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
yWeb: fix some paths
Origin commit data
------------------
Commit: deedcb5792
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-01-13 (Wed, 13 Jan 2021)
Origin message was:
------------------
- yWeb: fix some paths
This commit is contained in:
@@ -12,8 +12,10 @@ API_VERSION_TEXT="$API_VERSION_MAJOR.$API_VERSION_MINOR"
|
||||
path_httpd=".."
|
||||
path_scripts="$path_httpd/scripts"
|
||||
path_bin="/bin"
|
||||
path_usrbin="/usr/bin"
|
||||
path_varbin="/var/bin"
|
||||
path_sbin="/sbin"
|
||||
path_usrsbin="/usr/sbin"
|
||||
path_config="%(CONFIGDIR)"
|
||||
path_tmp="/tmp"
|
||||
|
||||
@@ -27,9 +29,7 @@ do_udp_stream()
|
||||
if [ -e $path_varbin/udpstreamts ]; then
|
||||
up="$path_varbin/udpstreamts"
|
||||
else
|
||||
if [ -e $path_sbin/udpstreamts ]; then
|
||||
up="$path_sbin/udpstreamts"
|
||||
fi
|
||||
up="udpstreamts"
|
||||
fi
|
||||
|
||||
case "$1" in
|
||||
|
Reference in New Issue
Block a user