소스 검색

Update mariadb_container.sh

tteck 3 년 전
부모
커밋
6aebe677ce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mariadb_container.sh

+ 1 - 1
mariadb_container.sh

@@ -158,4 +158,4 @@ pct exec $CTID /mariadb_setup.sh
 
 # Get network details and show completion message
 IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
-info "Successfully created a MariaDB LXC Container to $CTID at IP Address ${IP}"
+info "Successfully created a MariaDB 10.5 LXC Container to $CTID at IP Address ${IP}"