From b89d4c9434fcb80555721280dbfb96748ae154b7 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 8 Apr 2022 10:06:20 -0400 Subject: [PATCH] Update usb-passthrough.sh --- misc/usb-passthrough.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/usb-passthrough.sh b/misc/usb-passthrough.sh index 00e55f5f..8b75c792 100644 --- a/misc/usb-passthrough.sh +++ b/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 privileged LXC Container \e[0m" +echo -e "\e[1;33m This script will allow USB passthrough to a PRIVILEGED LXC Container ONLY\e[0m" while true; do read -p "Did you replace 106 with your LXC ID? Proceed(y/n)?" yn case $yn in