Skip to content

Commit 3ec3478

Browse files
authored
Update nginxproxymanager-install.sh (#676)
Fix typo 'Enviroment' > 'Environment
1 parent 6752445 commit 3ec3478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/nginxproxymanager-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ else
8080
cd ./nginx-proxy-manager-${RELEASE}
8181
msg_ok "Downloaded Nginx Proxy Manager v${RELEASE}"
8282
fi
83-
msg_info "Setting up Enviroment"
83+
msg_info "Setting up Environment"
8484
ln -sf /usr/bin/python3 /usr/bin/python
8585
ln -sf /usr/bin/certbot /opt/certbot/bin/certbot
8686
ln -sf /usr/local/openresty/nginx/sbin/nginx /usr/sbin/nginx

0 commit comments

Comments
 (0)