diff --git a/lib/init/nomad/cluster-up.sh b/lib/init/nomad/cluster-up.sh index 4aab42d..1662b40 100755 --- a/lib/init/nomad/cluster-up.sh +++ b/lib/init/nomad/cluster-up.sh @@ -116,7 +116,7 @@ if [ "$dry_run" = true ]; then [dry-run] Step 4/9: create host-volume dirs under /srv/disinto/ EOF for d in "${HOST_VOLUME_DIRS[@]}"; do - printf ' → install -d -m 0755 %s\n' "$d" + printf ' → install -d -m 0777 %s\n' "$d" done cat <