mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-21 06:07:47 +02:00
remove debug
This commit is contained in:
@@ -56,8 +56,8 @@ sleep 2
|
|||||||
result=$($command 2>$_error)
|
result=$($command 2>$_error)
|
||||||
error=`cat ${_error} 2>/dev/null`
|
error=`cat ${_error} 2>/dev/null`
|
||||||
|
|
||||||
echo "result(${result})"
|
#echo "result(${result})"
|
||||||
echo "error(${error})"
|
#echo "error(${error})"
|
||||||
|
|
||||||
if [ ${#error} -gt 0 ]; then
|
if [ ${#error} -gt 0 ]; then
|
||||||
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||||
|
Reference in New Issue
Block a user