소스 검색

Update usb-passthrough.sh

tteckster 3 년 전
부모
커밋
03e780a2f4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      misc/usb-passthrough.sh

+ 1 - 1
misc/usb-passthrough.sh

@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
-echo -e "\e[1;33m This script will allow USB passthrough to a LXC Container \e[0m"
+echo -e "\e[1;33m This script will allow USB passthrough to a privileged LXC Container \e[0m"
 while true; do
     read -p "Did you replace 106 with your LXC ID? Proceed(y/n)?" yn
     case $yn in