1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-07 16:17:23 +01:00

Move php version to functions.sh

This commit is contained in:
David Duque
2020-04-12 00:56:55 +01:00
parent 5c93d698b4
commit 6cee029d15
3 changed files with 3 additions and 3 deletions

View File

@@ -214,3 +214,5 @@ function git_clone {
mv $TMPPATH/$SUBDIR $TARGETPATH
rm -rf $TMPPATH
}
export PHP_VERSION="7.3" # Expected php version

View File

@@ -2,8 +2,6 @@
# HTTP: Turn on a web server serving static files
#################################################
PHP_VERSION="7.3" # Expected php version
source setup/functions.sh # load our functions
source /etc/mailinabox.conf # load global vars

View File

@@ -198,4 +198,4 @@ chmod 664 $STORAGE_ROOT/mail/roundcube/roundcube.sqlite
# Enable PHP modules.
phpenmod -v php mcrypt imap
restart_service php7.2-fpm
restart_service php$PHP_VERSION-fpm