mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +01:00
removed debug output
This commit is contained in:
parent
963740e57a
commit
ec8d7e1ea3
@ -102,8 +102,8 @@ echo "RESULT:"
|
|||||||
result=$($command 2>$_error)
|
result=$($command 2>$_error)
|
||||||
error=`cat ${_error}`
|
error=`cat ${_error}`
|
||||||
|
|
||||||
echo "result(${result})"
|
#echo "result(${result})"
|
||||||
echo "error(${error})"
|
#echo "error(${error})"
|
||||||
|
|
||||||
if [ ${#error} -gt 0 ]; then
|
if [ ${#error} -gt 0 ]; then
|
||||||
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||||
|
Loading…
Reference in New Issue
Block a user