Few scripts were duplicated between the scripts and the bin folders. Reorganize the scripts in a common folder, and align filenames to follow the same rule.
4 lines
67 B
Bash
4 lines
67 B
Bash
#!/bin/bash
|
|
|
|
find . -name "*.enc.*" -exec sops updatekeys -y {} \;
|