Rename snippet 'get-php-major-version' to 'get-php-major-version.sh'..

This commit is contained in:
2023-08-02 23:17:45 +02:00
parent 588cf5ca2e
commit 14f062908f
13 changed files with 12 additions and 12 deletions

View File

@ -291,7 +291,7 @@ source ${snippet_dir}/get-webservice-environment.sh
# Check PHP Version
#
source ${snippet_dir}/get-php-major-version
source ${snippet_dir}/get-php-major-version.sh
CURRENT_INSTALL_DIR="$(realpath ${WEB_BASE_DIR}/nextcloud)"