chore: fix typo in "set up"
This commit is contained in:
parent
945c34c175
commit
e698b6a0aa
@ -237,7 +237,7 @@ get_scan_dir() {
|
||||
fi
|
||||
}
|
||||
|
||||
# Function to Setup PHP.
|
||||
# Function to set up PHP.
|
||||
setup_php() {
|
||||
step_log "Set up PHP"
|
||||
php_config="$(command -v php-config 2>/dev/null)"
|
||||
|
||||
@ -210,7 +210,7 @@ add_php_config() {
|
||||
echo "$ini" | sudo tee "$current_ini" >/dev/null 2>&1
|
||||
}
|
||||
|
||||
# Function to Setup PHP
|
||||
# Function to set up PHP
|
||||
setup_php() {
|
||||
step_log "Set up PHP"
|
||||
sudo mkdir -m 777 -p /var/run /run/php
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user