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