Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
wordops-management: Remove unnecessary local
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed May 15, 2024
1 parent 90e48d1 commit 87e5f93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion monocloud/wordops-management.sh
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,6 @@ save_fact() {
local cf_proxy=$(echo $site_facts | jq -r ".[$i].cf_proxy")
local nginx_helper=$(echo $site_facts | jq -r ".[$i].nginx_helper")
local wp_redis=$(echo $site_facts | jq -r ".[$i].wp_redis")
local project_name=$(echo $site_facts | jq -r ".[$i].project_name")
local sftp_user=$(echo $site_facts | jq -r ".[$i].sftp_user")
local sftp_pass=$(echo $site_facts | jq -r ".[$i].sftp_pass")

Expand Down

0 comments on commit 87e5f93

Please sign in to comment.