mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
yWeb: move data from /src to /data
Origin commit data
------------------
Commit: 29847283ad
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-15 (Thu, 15 Dec 2016)
Origin message was:
------------------
- yWeb: move data from /src to /data
This commit is contained in:
46
data/y-web/scripts/_Y_Globals.sh
Executable file
46
data/y-web/scripts/_Y_Globals.sh
Executable file
@@ -0,0 +1,46 @@
|
||||
#!/bin/sh
|
||||
# -----------------------------------------------------------
|
||||
# Y Globals (yjogol)
|
||||
# $Date$
|
||||
# $Revision$
|
||||
# -----------------------------------------------------------
|
||||
|
||||
# -----------------------------------------------------------
|
||||
# Definitions
|
||||
# -----------------------------------------------------------
|
||||
boxtype="coolstream"
|
||||
|
||||
# -----------------------------------------------------------
|
||||
# Paths
|
||||
# -----------------------------------------------------------
|
||||
#y_path_httpd="%(PRIVATE_HTTPDDIR)"
|
||||
y_path_httpd=".."
|
||||
y_path_scripts="$y_path_httpd/scripts"
|
||||
y_path_bin="/bin"
|
||||
y_path_varbin="/var/bin"
|
||||
y_path_sbin="/sbin"
|
||||
y_path_config="%(CONFIGDIR)"
|
||||
y_path_tmp="/tmp"
|
||||
y_path_zapit="$y_path_config/zapit"
|
||||
|
||||
y_path_plugin_tuxnew="$y_path_config/tuxnews"
|
||||
|
||||
y_url_control="http://localhost/control"
|
||||
|
||||
# -----------------------------------------------------------
|
||||
# Files
|
||||
# -----------------------------------------------------------
|
||||
y_config_Y_Web="$y_path_config/Y-Web.conf"
|
||||
y_config_vnc="$y_path_config/vnc.conf"
|
||||
y_config_nhttpd="$y_path_config/nhttpd.conf"
|
||||
y_config_neutrino="$y_path_config/neutrino.conf"
|
||||
y_upload_file="$y_path_tmp/upload.tmp"
|
||||
y_boot_logo="/var/tuxbox/boot/logo-fb"
|
||||
y_boot_logo_lcd="/var/tuxbox/boot/logo-lcd"
|
||||
y_tmp="$y_path_tmp/y.tmp"
|
||||
y_wait_live="$y_path_httpd/Y_Live_Wait.yhtm"
|
||||
y_tmp_m3u="$y_path_tmp/y.m3u"
|
||||
y_tmp_pls="$y_path_tmp/y.pls"
|
||||
|
||||
y_out_html="$y_path_tmp/y_out.yhtm"
|
||||
y_install="$y_path_tmp/install.sh"
|
Reference in New Issue
Block a user