Skip to content

Commit

Permalink
Update fastcgi_ops_root.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hsntgm authored Jul 16, 2024
1 parent b4812a8 commit 45db86d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastcgi_ops_root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,8 @@ else
echo -e "\e[35m${PHP_FPM_USERS[@]:-"-"}\e[0m"
echo -e "\e[32mActive PHP-FPM-USERS:\e[0m"
echo -e "\e[35m${ACTIVE_PHP_FPM_USERS[@]:-"-"}\e[0m"
echo -e "\e[32mOndemand PHP-FPM-USERS:\e[0m"
echo -e "\e[35m$(comm -23 <(printf "%s\n" "${PHP_FPM_USERS[@]}") <(printf "%s\n" "${ACTIVE_PHP_FPM_USERS[@]}") || echo '-')\e[0m"
echo -e "\e[32mPassive PHP-FPM-USERS:\e[0m"
echo -e "\e[35m$(comm -23 <(printf "%s\n" "${PHP_FPM_USERS[@]}") <(printf "%s\n" "${ACTIVE_PHP_FPM_USERS[@]}") | tr '\n' ' ' | sed 's/ $//' || echo '-')\e[0m"

# Print detected FastCGI cache paths and associated PHP-FPM users for auto setup confirmation
echo ""
Expand Down

0 comments on commit 45db86d

Please sign in to comment.