Localtunnel permission Issue Fixed.

This commit is contained in:
AnonUD4Y 2020-01-20 03:32:52 +00:00 committed by GitHub
parent 984f7fcc3b
commit 15e6360fe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,6 +178,7 @@ def checkbinaryLT(): # LocalTunnel Binary File check.
def checkLT(): # Ask to install npm,node.js,localtunnel(packages).
system('cd Server && chmod 777 * -R')
if 256 == system('which lt > /dev/null'):
system('clear')
print("{0}[{1}?{0}] Do You Want To Install LOCALTUNNEL(Tunneling Service) Packages.\n{0}[{1}*{0}]{1} May take time , Skip if not wants to use LocalTunnel(Package Version).".format(RED, GREEN, DEFAULT))