Skip to content

Commit 523167f

Browse files
committed
code v1.4.2: Typo in update phpv
1 parent 60ba9dc commit 523167f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/update-phpv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
NGINX_CONF="/etc/nginx/sites-available/BlackBox.conf"
3+
NGINX_CONF="/etc/nginx/sites-available/LabSite.conf"
44

55
# Detect the PHP-FPM version
66
PHP_FPM_VERSION=$(ls /var/run/php/ | grep -oP 'php[0-9.]+-fpm.sock' | sort -r | head -n 1)

0 commit comments

Comments
 (0)