From 29cd4284b07bf5c0cc929adda3e20733d59d5b79 Mon Sep 17 00:00:00 2001 From: Philippe Lamy Date: Tue, 29 Mar 2022 13:05:59 -0400 Subject: [PATCH] fix message dir creation --- dist/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/setup.sh b/dist/setup.sh index 32457e0..480f926 100755 --- a/dist/setup.sh +++ b/dist/setup.sh @@ -475,7 +475,7 @@ install_docker() { fi if [ ! -d $current_path/.env ]; then - step " �[32mcreate�[0m $current_path/.env" + step " create $current_path/.env" sudo_if_required mkdir -p $current_path/.env next fi