We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d931a29 commit 9435b3bCopy full SHA for 9435b3b
debian/mtda-service.postinst
@@ -6,7 +6,7 @@
6
case "$1" in
7
8
configure)
9
- /usr/sbin/mtda-systemd-helper || exit ${?}
+ ischroot || /usr/sbin/mtda-systemd-helper || exit ${?}
10
if ! grep -qe '^libcomposite$' /etc/modules; then
11
echo "libcomposite" >/etc/modules || exit ${?}
12
fi
0 commit comments