This repository was archived by the owner on Jan 26, 2022. It is now read-only.
File tree 4 files changed +4
-4
lines changed
rootfs/sysprepz/apache2-templates
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM niiknow/docker-hostingbase:1.5.2
1
+ FROM niiknow/docker-hostingbase:1.5.3
2
2
LABEL maintainer="noogen <friends@niiknow.org>"
3
3
ENV DEBIAN_FRONTEND=noninteractive \
4
4
VESTA=/usr/local/vesta \
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ rm -f /home/$user/web/$domain/cgi-bin/php*-fpm.conf
43
43
# otherwise, simply use:
44
44
# find /etc/init.d/ -name 'php*-fpm*' -type f -exec basename {} \; | xargs -I{} service {} restart || true
45
45
phpfpms=" 7.2:7.3:7.4"
46
- set -f # avoid globbing (expansion of *).
46
+
47
47
iphpfpm=(${phpfpms//:/ } )
48
48
for i in " ${! iphpfpm[@]} "
49
49
do
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ rm -f /home/$user/web/$domain/cgi-bin/php*-fpm.conf
43
43
# otherwise, simply use:
44
44
# find /etc/init.d/ -name 'php*-fpm*' -type f -exec basename {} \; | xargs -I{} service {} restart || true
45
45
phpfpms=" 7.2:7.3:7.4"
46
- set -f # avoid globbing (expansion of *).
46
+
47
47
iphpfpm=(${phpfpms//:/ } )
48
48
for i in " ${! iphpfpm[@]} "
49
49
do
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ rm -f /home/$user/web/$domain/cgi-bin/php*-fpm.conf
43
43
# otherwise, simply use:
44
44
# find /etc/init.d/ -name 'php*-fpm*' -type f -exec basename {} \; | xargs -I{} service {} restart || true
45
45
phpfpms=" 7.2:7.3:7.4"
46
- set -f # avoid globbing (expansion of *).
46
+
47
47
iphpfpm=(${phpfpms//:/ } )
48
48
for i in " ${! iphpfpm[@]} "
49
49
do
You can’t perform that action at this time.
0 commit comments