Explorar o código

Update easy-install.sh

Samrand Hassan %!s(int64=2) %!d(string=hai) anos
pai
achega
c076e9d7d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      easy-install.sh

+ 1 - 1
easy-install.sh

@@ -21,7 +21,7 @@ cd v2ray-nginx-cloudflare
 
 # Generate random 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
 else
   UUID=$(cat /proc/sys/kernel/random/uuid)