diff --git a/modules.d/30convertfs/convertfs.sh b/modules.d/30convertfs/convertfs.sh index ab4e97a9..69c3b3e3 100755 --- a/modules.d/30convertfs/convertfs.sh +++ b/modules.d/30convertfs/convertfs.sh @@ -47,6 +47,11 @@ if ! needconvert; then exit 0 fi +if [ -e "$ROOT/usr/bin" ]; then + echo "$ROOT/usr/bin does not exist" + exit 1 +fi + testfile="$ROOT/.usrmovecheck$$" rm -f "$testfile" > "$testfile"