diff --git a/scripts/Link.py b/scripts/Link.py index af57baa..d0b96eb 100644 --- a/scripts/Link.py +++ b/scripts/Link.py @@ -59,7 +59,7 @@ class Link: # if d == "evio": # self.dir_path = os.path.join(root, d) pwd = os.getcwd()[0:] - os.chdir(os.getenv("HOME") + "/workspace/EdgeVPNIO") + os.chdir(os.getenv("HOME") + "/workspace/EdgeVPNio") if path.exists("evio"): self.dir_path = os.getcwd()[0:] else: @@ -68,7 +68,7 @@ class Link: self.evio_repo = git.Repo(str(self.dir_path) + "/evio") #print("Evio Branch name:" + str(self.evio_repo.active_branch)) - self.dir_path_tools = "~/workspace/EdgeVPNIO/tools" + self.dir_path_tools = "~/workspace/EdgeVPNio/tools" self.tools_repo = git.Repo(self.dir_path_tools) #print("Tools Branch name:" + str(self.tools_repo.active_branch)) os.chdir(str(pwd)) @@ -76,7 +76,6 @@ class Link: def main(self): self.sync("20.7.2") - if __name__ == "__main__": link = Link() link.main() diff --git a/scripts/evtool-v20.7.2 b/scripts/evtool-v20.7.2 index 66e505f..f65cf26 100755 --- a/scripts/evtool-v20.7.2 +++ b/scripts/evtool-v20.7.2 @@ -4,7 +4,7 @@ EVIO=https://github.com/EdgeVPNio/evio.git EXLIBS=https://github.com/ipop-project/3rd-Party-Libs.git PY=python3.8 WorkspaceRoot=~/workspace -EdgeVPNIO=EdgeVPNIO +EdgeVPNIO=EdgeVPNio Build_WRTC=./$EdgeVPNIO/tools/scripts/build_webrtc.sh Get_Archives=./$EdgeVPNIO/tools/scripts/get_archives.sh Get_Include=./$EdgeVPNIO/tools/scripts/get_include.sh