chore: fix typo in "set up"

This commit is contained in:
Philipp Bammes 2022-07-20 09:21:08 +02:00
parent 945c34c175
commit e698b6a0aa
39 changed files with 98 additions and 98 deletions

View File

@ -237,7 +237,7 @@ get_scan_dir() {
fi fi
} }
# Function to Setup PHP. # Function to set up PHP.
setup_php() { setup_php() {
step_log "Set up PHP" step_log "Set up PHP"
php_config="$(command -v php-config 2>/dev/null)" php_config="$(command -v php-config 2>/dev/null)"

View File

@ -210,7 +210,7 @@ add_php_config() {
echo "$ini" | sudo tee "$current_ini" >/dev/null 2>&1 echo "$ini" | sudo tee "$current_ini" >/dev/null 2>&1
} }
# Function to Setup PHP # Function to set up PHP
setup_php() { setup_php() {
step_log "Set up PHP" step_log "Set up PHP"
sudo mkdir -m 777 -p /var/run /run/php sudo mkdir -m 777 -p /var/run /run/php