live: fix mistake in 90-live-cleanup-drivers

This commit is contained in:
Anton Midyukov 2024-01-05 22:18:34 +07:00
parent 8531b40375
commit 1933e20959

View File

@ -1,7 +1,7 @@
#!/bin/sh -e
# don't cripple the image to be copied over
[ -n "$GLOBAL_LIVE_INSTALL"] || \
[ -n "$GLOBAL_LIVE_INSTALL" ] || \
[ -x /usr/sbin/live-install ] || \
[ -x /usr/sbin/livecd-install ] && exit 0