Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hsntgm authored Jul 16, 2024
1 parent 5597e73 commit cff9549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastcgi_ops_root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,8 @@ if [[ -f "${this_script_path}/manual-configs.nginx" ]]; then
else
if (( ${#fcgi[@]} == 0 )); then
echo ""
echo -e "\e[91mError:\e[0m Auto setup failed! Nginx cache paths with associated PHP-FPM users cannot be automatically detected."
echo -e "\e[91mError:\e[0m Auto setup failed! Nginx cache paths with associated PHP-FPM users cannot be automatically matched."
echo -e "\e[91mPlease ensure that your Nginx Cache Path includes the associated PHP-FPM-USER username for proper matching. If you don't want to rename your Nginx Cache Paths, please continue with manual setup.\e[0m"
echo -e "\e[91mPlease ensure that your Nginx configuration is properly set up. \e[95mIf the issue persist please try to manual setup.\e[0m"
# Provide instructions for manual configuration
echo -e "\n\e[36mTo set up manual configuration, create a file named \e[95m'manual-configs.nginx' \e[0m \e[36min current directory."
Expand Down

0 comments on commit cff9549

Please sign in to comment.