소스 검색

Update npm_container.sh

tteckster 3 년 전
부모
커밋
9d09ba73dc
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      ct/npm_container.sh

+ 4 - 1
ct/npm_container.sh

@@ -156,4 +156,7 @@ pct push $CTID npm_setup.sh /npm_setup.sh -perms 755
 pct exec $CTID /npm_setup.sh
 
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
-info "Successfully created a NPM LXC to $CTID at IP Address ${IP}:81"
+info "Successfully Created Nginx Proxy Manager LXC to $CTID."
+echo -e "\e[1;92m Nginx Proxy Manager should be reachable by going to the following URL.
+             http://${IP}:81
+\e[0m"