mirror of
https://github.com/suitenumerique/docs
synced 2026-04-21 21:47:35 +00:00
3 lines
67 B
Bash
3 lines
67 B
Bash
#!/bin/bash
|
|
|
|
find . -name "*.enc.*" -exec sops updatekeys -y {} \;
|