mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-09-26 02:38:00 +02:00
Update functions.sh PHP_VER to 8.1
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
|||||||
# -o pipefail: don't ignore errors in the non-last command in a pipeline
|
# -o pipefail: don't ignore errors in the non-last command in a pipeline
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
PHP_VER=8.0
|
PHP_VER=8.1
|
||||||
|
|
||||||
function hide_output {
|
function hide_output {
|
||||||
# This function hides the output of a command unless the command fails
|
# This function hides the output of a command unless the command fails
|
||||||
|
|||||||
Reference in New Issue
Block a user