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