fix typo
This commit is contained in:
parent
2bcd43d4df
commit
d4c865f311
2
bin/cli
2
bin/cli
@ -16,7 +16,7 @@ persist:
|
|||||||
if [ $(podman ps --all --filter name="{{n}}" -q | wc -l) -gt 0 ]; then
|
if [ $(podman ps --all --filter name="{{n}}" -q | wc -l) -gt 0 ]; then
|
||||||
podman start -i -a {{n}}
|
podman start -i -a {{n}}
|
||||||
else
|
else
|
||||||
podman run -ti --name {{n}} {{image}}{
|
podman run -ti --name {{n}} {{image}}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# remove the persistent image
|
# remove the persistent image
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user