storage/sql: fix typo in keys query
This commit is contained in:
@@ -70,7 +70,7 @@ function wait_for_file {
|
||||
}
|
||||
|
||||
function wait_for_container {
|
||||
while [ -z "$( rkt list --full | grep $1 )" ]; do
|
||||
while [ -z "$( rkt list --full | grep $1 | grep running )" ]; do
|
||||
sleep 1
|
||||
done
|
||||
}
|
||||
|
Reference in New Issue
Block a user