Skip to content

Commit e1ee351

Browse files
committed
updating release file to remove SES key
1 parent 146243a commit e1ee351

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

updates/release-2026.05.13.1151.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
# Remove stale wpses_options row that ships from the site template.
4+
# Holds a now-burned AWS SES access key + secret. See pc-dev-issues #274 and #273.
5+
if wp option get wpses_options --allow-root > /dev/null 2>&1; then
6+
wp option delete wpses_options --allow-root
7+
echo "Deleted wpses_options"
8+
else
9+
echo "wpses_options not present, skipping"
10+
fi

0 commit comments

Comments
 (0)