From 3fdd628f66b79f0c285decbbaa4cd10fed2ba0ef Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Mon, 12 Apr 2021 13:50:44 +0200 Subject: [PATCH] fix: dev: [host] we don't always have ``kal-shlib`` when executing this We want to be able to take these script maybe independently, in this light, we can't use ``kal-shlib``'s facilities. Signed-off-by: Valentin Lab --- precise/host/hooks/install.d/70-0k.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/precise/host/hooks/install.d/70-0k.sh b/precise/host/hooks/install.d/70-0k.sh index 1be17343..47f66806 100755 --- a/precise/host/hooks/install.d/70-0k.sh +++ b/precise/host/hooks/install.d/70-0k.sh @@ -92,7 +92,7 @@ fi if [ -d "/srv/charm-store" ]; then if [ -L "/srv/charm-store" ]; then - info "Already have a valid /srv/charm-store" + echo "Already have a valid /srv/charm-store" elif [ -L "/srv/charm-store/0k-charms" ]; then mv /srv/charm-store{,.old} && mv /srv/charm-store.old/0k-charms /srv/charm-store &&