Merge pull request #146622 from helsinki-systems/fix/icinga2-loop

icinga2: Fix infinite loop regression
This commit is contained in:
Janne Heß 2021-11-19 14:04:56 +01:00 committed by GitHub
commit 7ffa2d86e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,6 @@ stdenv.mkDerivation rec {
# Get rid of sbin
sed -i 's/sbin/bin/g' $out/lib/icinga2/safe-reload
sed -i "2s:.*:ICINGA2_BIN=$out/bin/icinga2:" $out/bin/icinga2
rm $out/sbin
${lib.optionalString withMysql ''