Remove pointless komodo_cli variable

This commit is contained in:
Luke Childs
2018-07-06 07:20:31 +07:00
parent b48bf090bc
commit 8543360b20
3 changed files with 3 additions and 7 deletions

View File

@@ -1,8 +1,6 @@
#!/bin/bash
set -eo pipefail
komodo_cli='./komodo-cli'
./listassetchains | while read chain; do
$komodo_cli --ac_name=$chain stop
./komodo-cli --ac_name=$chain stop
done