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)
|
||||
error=`cat ${_error}`
|
||||
|
||||
echo "result(${result})"
|
||||
echo "error(${error})"
|
||||
#echo "result(${result})"
|
||||
#echo "error(${error})"
|
||||
|
||||
if [ ${#error} -gt 0 ]; then
|
||||
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
|
Loading…
Reference in New Issue
Block a user