diff --git a/sh/migrate-to-run.sh.in b/sh/migrate-to-run.sh.in index b18c5418..91f49fa9 100644 --- a/sh/migrate-to-run.sh.in +++ b/sh/migrate-to-run.sh.in @@ -4,7 +4,7 @@ . "@LIBEXECDIR@/sh/functions.sh" -if ! mountinfo -q -f tmpfs "@LIBEXECDIR@/init.d"; then +if [ -e /run/openrc/softlevel ]; then einfo "The OpenRC dependency data has already been migrated." exit 0 fi