mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
remove debug
This commit is contained in:
parent
a9968ade86
commit
168d7ced3c
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,8 @@ sleep 2
|
|||
result=$($command 2>$_error)
|
||||
error=`cat ${_error} 2>/dev/null`
|
||||
|
||||
echo "result(${result})"
|
||||
echo "error(${error})"
|
||||
#echo "result(${result})"
|
||||
#echo "error(${error})"
|
||||
|
||||
if [ ${#error} -gt 0 ]; then
|
||||
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
|
||||
|
|
Loading…
Add table
Reference in a new issue