mirror of
https://github.com/suitenumerique/docs.git
synced 2026-05-01 11:57:34 +02:00
4 lines
67 B
Bash
4 lines
67 B
Bash
#!/bin/bash
|
|
|
|
find . -name "*.enc.*" -exec sops updatekeys -y {} \;
|