mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-13 08:23:39 +02:00
yWeb: internal rename path_usrbin -> path_varbin
Origin commit data
------------------
Branch: ni/coolstream
Commit: 9976307997
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-01 (Sat, 01 Oct 2016)
Origin message was:
------------------
- yWeb: internal rename path_usrbin -> path_varbin
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -471,8 +471,8 @@ wol()
|
||||
# -----------------------------------------------------------
|
||||
do_lcshot()
|
||||
{
|
||||
if [ -e "$y_path_usrbin/lcshot" ]; then
|
||||
$y_path_usrbin/lcshot $*
|
||||
if [ -e "$y_path_varbin/lcshot" ]; then
|
||||
$y_path_varbin/lcshot $*
|
||||
else
|
||||
$y_path_bin/lcshot $*
|
||||
fi
|
||||
@@ -485,15 +485,15 @@ do_fbshot()
|
||||
{
|
||||
if [ "$1" = "fb" ]; then
|
||||
shift 1
|
||||
if [ -e "$y_path_usrbin/fbshot" ]; then
|
||||
$y_path_usrbin/fbshot $*
|
||||
if [ -e "$y_path_varbin/fbshot" ]; then
|
||||
$y_path_varbin/fbshot $*
|
||||
else
|
||||
fbshot $*
|
||||
fi
|
||||
else
|
||||
shift 1
|
||||
if [ -e "$y_path_usrbin/dboxshot" ]; then
|
||||
$y_path_usrbin/dboxshot $*
|
||||
if [ -e "$y_path_varbin/dboxshot" ]; then
|
||||
$y_path_varbin/dboxshot $*
|
||||
else
|
||||
dboxshot $*
|
||||
fi
|
||||
|
Reference in New Issue
Block a user