Development (#15)

* Typo, spacing
This commit is contained in:
Avi 2017-11-19 02:12:49 -06:00 committed by GitHub
commit 2be16cb034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,7 +146,7 @@ if [ -e $ombiservicefile ]; then
parseresults+="Port: $port " parseresults+="Port: $port "
fi fi
parseresults="${parseresults// / }" parseresults="${parseresults// / }"
parseresults="${parseresults/%, /sudo }" parseresults="${parseresults/%, /}"
.log 6 "$parseresults" .log 6 "$parseresults"
fi fi