Update html source to main branch

This commit is contained in:
sakv2e10204
2022-06-03 14:29:24 +05:30
parent fa140e3bef
commit a0aab3c53c

View File

@@ -1,5 +1,4 @@
#!/bin/bash #!/bin/bash
clear clear
REPO_URL="https://github.com/Telecominfraproject/oopt-gnpy-web-gui.git" REPO_URL="https://github.com/Telecominfraproject/oopt-gnpy-web-gui.git"
DnldDir="$HOME/TIP_HTML" DnldDir="$HOME/TIP_HTML"
@@ -13,7 +12,7 @@ fi
cd $DnldDir cd $DnldDir
git init $DnldDir git init $DnldDir
git clone -b "html_source" --single-branch $REPO_URL git clone $REPO_URL
cd $PublishDir cd $PublishDir
python -m http.server 8000 python -m http.server 8000