Update 50-ipv6.sh

Clean up log_info messages. Otherwise this appears to work...
This commit is contained in:
ian351c 2024-06-05 22:30:29 -04:00 committed by GitHub
parent 8fbe585470
commit 599ddd1a39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ process_folder () {
process_folder /etc/nginx/conf.d
# conditionally process files that are probably in a volume or bind
if [ "$SKIP_FILE_OWNERSHIP" == "true" ] || [ "$SKIP_FILE_OWNERSHIP" == "on" ] || [ "$SKIP_FILE_OWNERSHIP" == "1" ] || [ "$SKIP_FILE_OWNERSHIP" == "yes" ]; then
log_info 'Skipping ownership, use only with caution ...'
log_info 'Skipping data and letsencrypt ownership, use only with caution ...'
else
process_folder /data/nginx
fi