removed debug output

This commit is contained in:
rootzoll 2018-08-09 01:28:53 +02:00
parent 963740e57a
commit ec8d7e1ea3

View File

@ -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 "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"