From 2a915fe5a7db238115be6c4b061154f6b103a8fb Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Thu, 8 May 2025 11:52:13 -0600 Subject: [PATCH] bootstrap: chmod 777 on migratedir --- usr/local/share/bastille/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/bootstrap.sh b/usr/local/share/bastille/bootstrap.sh index f55c3ad6..3c411035 100644 --- a/usr/local/share/bastille/bootstrap.sh +++ b/usr/local/share/bastille/bootstrap.sh @@ -117,7 +117,7 @@ bootstrap_directories() { else mkdir -p "${bastille_migratedir}" fi - chmod 0750 "${bastille_migratedir}" + chmod 777 "${bastille_migratedir}" fi ## ${bastille_cachedir}