core/systemd/is_bundle

8 lines
85 B
Bash
Executable File

#!/bin/sh
if egrep -q "($1.*cinstall.*)" /proc/mounts; then
echo 1
else
echo 0
fi