bootstrap: chmod 777 on migratedir

This commit is contained in:
tschettervictor
2025-05-08 11:52:13 -06:00
committed by GitHub
parent a58abebd4a
commit 2a915fe5a7

View File

@@ -117,7 +117,7 @@ bootstrap_directories() {
else
mkdir -p "${bastille_migratedir}"
fi
chmod 0750 "${bastille_migratedir}"
chmod 777 "${bastille_migratedir}"
fi
## ${bastille_cachedir}