Skip to content

Commit

Permalink
run make init
Browse files Browse the repository at this point in the history
  • Loading branch information
Revolyssup committed Feb 14, 2025
1 parent 8f65991 commit 8a16f52
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions t/cli/test_access_log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -195,16 +195,7 @@ nginx_config:
access_log_format: '\"\$upstream_scheme://\$upstream_host\" \$ssl_server_name'
" > conf/config.yaml

echo "check here:"
#check permission
# Add this before "make run" in the "TLS upstream" section
echo "CHECK HERE"
# Reset ownership to the user who invoked sudo
sudo chown "${SUDO_USER:-$(whoami)}":"${SUDO_USER:-$(whoami)}" conf/config.yaml
# Set secure permissions
sudo chmod 644 conf/config.yaml
ls -l conf/config.yaml
ls -ld conf/
make init
make run
sleep 2

Expand Down

0 comments on commit 8a16f52

Please sign in to comment.