Edit File: check
#!/bin/bash which dmsetup >/dev/null 2>&1 || exit 1 exit 255
Back to File Manager