Browse Source

MT#55283 fix dkms comment

Ref: https://bugs.debian.org/1101804
Change-Id: Ide293f0b6f6f715d8ea58e38fa85586d44b4c996
pull/1924/head
Andreas Beckmann 8 months ago
committed by Richard Fuchs
parent
commit
5aa9ad5fdc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      debian/ngcp-rtpengine-kernel-dkms.postinst

+ 1
- 1
debian/ngcp-rtpengine-kernel-dkms.postinst View File

@ -11,7 +11,7 @@ fi
#DEBHELPER#
if [ "$VIRT" = "yes" ]; then
echo "Container environment detected. Skip dkms"
echo "Container environment detected. Skip daemon"
else
if [ "$1" = 'configure' ] ; then
# try to start the daemon


Loading…
Cancel
Save