mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-11 23:50:58 +02:00
yweb: remove obsolete and non-working code from boxcontrol
Origin commit data
------------------
Commit: 7d3f40d290
Author: vanhofen <vanhofen@gmx.de>
Date: 2012-07-25 (Wed, 25 Jul 2012)
Origin message was:
------------------
- yweb: remove obsolete and non-working code from boxcontrol
This commit is contained in:
@@ -613,15 +613,6 @@ case "$1" in
|
||||
cat /tmp/$2
|
||||
;;
|
||||
|
||||
standby_status)
|
||||
status=`switch -s|grep "FNC: 0"`
|
||||
if [ "$status" = "" ]
|
||||
then
|
||||
echo "off"
|
||||
else
|
||||
echo "on"
|
||||
fi
|
||||
;;
|
||||
mtd_space|var_space)
|
||||
df | while read fs rest; do
|
||||
case ${fs:0:3} in
|
||||
|
Reference in New Issue
Block a user