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

@ -423,7 +423,7 @@ fi
# 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`
CURRENT_DATA_DIR=`realpath ${WEB_BASE_DIR}/data`