mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 07:18:22 +08:00
fix typo
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
#!/bin/bash
|
|
||||||
set -e
|
|
||||||
|
|
||||||
if [[ "$1" == "harpoon" && "$2" == "start" ]]; then
|
if [[ "$1" == "harpoon" && "$2" == "start" ]]; then
|
||||||
status=`harpoon inspect $BITNAMI_APP_NAME`
|
status=`harpoon inspect $BITNAMI_APP_NAME`
|
||||||
if [[ "$status" == *'"lifecycle": "unpacked"'* ]]; then
|
if [[ "$status" == *'"lifecycle": "unpacked"'* ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user