mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
Origin commit data
------------------
Branch: ni/coolstream
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
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
21 lines
600 B
PHP
21 lines
600 B
PHP
# ===========================================================
|
|
# yWeb SDK: Extention Installer Include
|
|
# Extention Name: boxinfo
|
|
# by yjogol
|
|
# -----------------------------------------------------------
|
|
# $Date: 2007-12-29 10:11:37 $
|
|
# $Revision: 1.1 $
|
|
# ===========================================================
|
|
|
|
yI_updatename="yWeb-Extension hddtools (08.01.2008)"
|
|
yI_Ext_Tag="hddtools"
|
|
yI_Ext_Version="1-0-1"
|
|
yI_install_log="$y_path_tmp/install_hddtools.log"
|
|
yI_uninstaller="hddtools_uninstall.sh"
|
|
|
|
install()
|
|
{
|
|
cp -r /tmp/files/httpd/* $y_ywebover_dir
|
|
chmod 755 $y_ywebover_dir/scripts/*.sh
|
|
}
|