Samrand Hassan пре 2 година
родитељ
комит
7a262024bf
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      easy-install.sh

+ 1 - 0
easy-install.sh

@@ -41,5 +41,6 @@ read -p "Do you want to use CDN? (yes/no): " USE_CDN
 if [ $USE_CDN == "yes" ]; then
   # Turn on proxy mode in A record inside the CDN
   # Run the vmess.py file
+  chmod +x vmess.py
   ./vmess.py
 fi