mirror of
https://github.com/stefanberger/swtpm.git
synced 2026-01-03 23:49:05 +00:00
10 lines
147 B
Plaintext
10 lines
147 B
Plaintext
|
|
# For the license, see the LICENSE file in the root directory.
|
|
|
|
if [ ! -c /dev/cuse ]; then
|
|
modprobe cuse
|
|
if [ $? -ne 0 ]; then
|
|
exit 1
|
|
fi
|
|
fi
|