From 15e6360fe7eb45916f5a0681e7e97665f4d25d17 Mon Sep 17 00:00:00 2001 From: AnonUD4Y Date: Mon, 20 Jan 2020 03:32:52 +0000 Subject: [PATCH] Localtunnel permission Issue Fixed. --- Defs/Checks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Defs/Checks.py b/Defs/Checks.py index fef962c..59a17fb 100644 --- a/Defs/Checks.py +++ b/Defs/Checks.py @@ -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))