-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix datastore permissions crontab and script --no-deploy
- Loading branch information
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.2.17 | ||
0.2.19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
echo "Setting up datastore permissions cron" &&\ | ||
mkdir -p /datastore-permissions-crontabs &&\ | ||
echo "* * * * * bash /db-scripts/datastore-permissions-update.sh" > /datastore-permissions-crontabs/root | ||
echo '* * * * * bash /db-scripts/datastore-permissions-update.sh' > /datastore-permissions-crontabs/root | ||
[ "$?" != "0" ] && echo failed to initialize datastore permissions cron && exit 1 | ||
exec crond -f -L /dev/stdout -c /datastore-permissions-crontabs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters