Procházet zdrojové kódy

Update easy-install.sh

Samrand Hassan před 2 roky
rodič
revize
c076e9d7d3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      easy-install.sh

+ 1 - 1
easy-install.sh

@@ -21,7 +21,7 @@ cd v2ray-nginx-cloudflare
 
 
 # Generate random UUID
 # Generate random UUID
 read -p "Do you want to use a custom UUID? (Y/n): " CUSTOM_UUID
 read -p "Do you want to use a custom UUID? (Y/n): " CUSTOM_UUID
-if [ ${CUSTOM_UUID:-N} == "Y" ]; then
+if [ ${CUSTOM_UUID:-Y} == "Y" ]; then
   read -p "Enter your custom UUID: " UUID
   read -p "Enter your custom UUID: " UUID
 else
 else
   UUID=$(cat /proc/sys/kernel/random/uuid)
   UUID=$(cat /proc/sys/kernel/random/uuid)