mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Update 50-ipv6.sh
Clean up log_info messages. Otherwise this appears to work...
This commit is contained in:
parent
8fbe585470
commit
599ddd1a39
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user