Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Commit bb3427e

Browse files
authored
Merge pull request #125 from niiknow/master
build
2 parents 54cfaec + 71d9b89 commit bb3427e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM niiknow/docker-hostingbase:1.5.2
1+
FROM niiknow/docker-hostingbase:1.5.3
22
LABEL maintainer="noogen <friends@niiknow.org>"
33
ENV DEBIAN_FRONTEND=noninteractive \
44
VESTA=/usr/local/vesta \

rootfs/sysprepz/apache2-templates/php72fpm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ rm -f /home/$user/web/$domain/cgi-bin/php*-fpm.conf
4343
# otherwise, simply use:
4444
# find /etc/init.d/ -name 'php*-fpm*' -type f -exec basename {} \; | xargs -I{} service {} restart || true
4545
phpfpms="7.2:7.3:7.4"
46-
set -f # avoid globbing (expansion of *).
46+
4747
iphpfpm=(${phpfpms//:/ })
4848
for i in "${!iphpfpm[@]}"
4949
do

rootfs/sysprepz/apache2-templates/php73fpm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ rm -f /home/$user/web/$domain/cgi-bin/php*-fpm.conf
4343
# otherwise, simply use:
4444
# find /etc/init.d/ -name 'php*-fpm*' -type f -exec basename {} \; | xargs -I{} service {} restart || true
4545
phpfpms="7.2:7.3:7.4"
46-
set -f # avoid globbing (expansion of *).
46+
4747
iphpfpm=(${phpfpms//:/ })
4848
for i in "${!iphpfpm[@]}"
4949
do

rootfs/sysprepz/apache2-templates/php74fpm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ rm -f /home/$user/web/$domain/cgi-bin/php*-fpm.conf
4343
# otherwise, simply use:
4444
# find /etc/init.d/ -name 'php*-fpm*' -type f -exec basename {} \; | xargs -I{} service {} restart || true
4545
phpfpms="7.2:7.3:7.4"
46-
set -f # avoid globbing (expansion of *).
46+
4747
iphpfpm=(${phpfpms//:/ })
4848
for i in "${!iphpfpm[@]}"
4949
do

0 commit comments

Comments
 (0)