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:
vanhofen
2021-01-13 19:44:30 +01:00
parent 30518f9f61
commit da77a75109
10 changed files with 41 additions and 41 deletions

View File

@@ -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