mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
a61b34400b
Improved script portability by switching to `/usr/bin/env bash`, ensuring better support across environments where `bash` may not be the default shell.
4 lines
75 B
Bash
4 lines
75 B
Bash
#!/usr/bin/env bash
|
|
|
|
find . -name "*.enc.*" -exec sops updatekeys -y {} \;
|