fix message dir creation

This commit is contained in:
Philippe Lamy
2022-03-29 13:05:59 -04:00
parent 298a90d7b9
commit 29cd4284b0

2
dist/setup.sh vendored
View File

@@ -475,7 +475,7 @@ install_docker() {
fi fi
if [ ! -d $current_path/.env ]; then 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 sudo_if_required mkdir -p $current_path/.env
next next
fi fi