mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
Don't run test-repart when loop devices are not available
This commit is contained in:
committed by
Lennart Poettering
parent
df92f4fa8d
commit
f17bdf8264
@@ -1,6 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
[[ -f /dev/loop-control ]] || exit 77
|
||||
|
||||
repart=$1
|
||||
test -x $repart
|
||||
|
||||
|
||||
Reference in New Issue
Block a user