Skip to content

Commit

Permalink
chore update
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Jan 5, 2025
1 parent ae96862 commit a8fdbcc
Show file tree
Hide file tree
Showing 6 changed files with 5,026 additions and 4,011 deletions.
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@fortawesome/fontawesome-free": "^6.3.0",
"@popperjs/core": "^2.11.8",
"axios": "^1.3.4",
"bootstrap": "^5.3.2",
"bootstrap": "^5.3.3",
"clone": "^2.1.2",
"datatables.net": "^1.13.8",
"datatables.net-bs4": "^1.13.8",
Expand All @@ -45,7 +45,7 @@
"moment-timezone": "^0.5.43",
"prop-types": "^15.8.1",
"querystringify": "^2.2.0",
"react": "^18.2.0",
"react": "^19.0.0",
"react-ace": "^10.1.0",
"react-bootstrap": "2.9.1",
"react-ckeditor-component": "^1.1.0",
Expand All @@ -54,7 +54,7 @@
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.2.3",
"react-google-charts": "^4.0.0",
"react-i18next": "^12.2.2",
Expand Down
2 changes: 1 addition & 1 deletion scripts/autobackup-s3
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
MYSQL_DATABASE=${MYSQL_DATABASE:-'mailtrain'}
BACKUP_KEEP_DAYS=${BACKUP_KEEP_DAYS:-'90'}
BACKUP_KEEP_DAYS=${BACKUP_KEEP_DAYS:-'30'}
# test if variables S3_BUCKET, S3_ACCESS_KEY, S3_SECRET_KEY, S3_ENDPOINT, S3_REGION, S3_PATH are set
if [ -z "${S3_BUCKET}" ] || [ -z "${S3_ACCESS_KEY}" ] || [ -z "${S3_SECRET_KEY}" ] || [ -z "${S3_ENDPOINT}" ] || [ -z "${S3_PATH}" ]; then
echo "S3_BUCKET, S3_ACCESS_KEY, S3_SECRET_KEY, S3_ENDPOINT, S3_REGION, S3_PATH are not set"
Expand Down
Loading

0 comments on commit a8fdbcc

Please sign in to comment.