mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-13 03:40:05 +01:00
6 lines
74 B
Bash
Executable File
6 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
|
|
which cryptsetup-reencrypt >/dev/null 2>&1 || exit 1
|
|
|
|
exit 0
|