1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 02:05:16 +03:00
aports/community/icingaweb2/fix-env-php8.patch
2023-02-10 11:05:56 +01:00

9 lines
242 B
Diff

diff --git a/bin/icingacli b/bin/icingacli
index 056d521..0284aed 100755
--- a/bin/icingacli
+++ b/bin/icingacli
@@ -1,4 +1,4 @@
-#!/usr/bin/env php
+#!/usr/bin/env php81
<?php
/* Icinga Web 2 | (c) 2013 Icinga Development Team | GPLv2+ */