Merge pull request #254 from phillamy/features-create-dev

fix message dir creation
This commit is contained in:
kexkey
2022-03-29 15:29:57 -04:00
committed by GitHub

2
dist/setup.sh vendored
View File

@@ -475,7 +475,7 @@ install_docker() {
fi
if [ ! -d $current_path/.env ]; then
step " <EFBFBD>[32mcreate<EFBFBD>[0m $current_path/.env"
step " create $current_path/.env"
sudo_if_required mkdir -p $current_path/.env
next
fi