1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-29 20:57:22 +02:00

Update functions.sh PHP_VER to 8.1

This commit is contained in:
matidau
2024-06-18 17:05:40 +10:00
parent 162e509b8b
commit 1ad9ad66c4

View File

@@ -5,7 +5,7 @@
# -o pipefail: don't ignore errors in the non-last command in a pipeline
set -euo pipefail
PHP_VER=8.0
PHP_VER=8.1
function hide_output {
# This function hides the output of a command unless the command fails