icinga2: Fix infinite loop regression
This commit is contained in:
parent
32f91d79e9
commit
b246e28902
@ -70,7 +70,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
# Get rid of sbin
|
# Get rid of sbin
|
||||||
sed -i 's/sbin/bin/g' $out/lib/icinga2/safe-reload
|
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
|
rm $out/sbin
|
||||||
|
|
||||||
${lib.optionalString withMysql ''
|
${lib.optionalString withMysql ''
|
||||||
|
Loading…
Reference in New Issue
Block a user