Skip to content

Commit

Permalink
fix: remove gluu_install.py if extracted within container
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Jul 15, 2021
1 parent 4f7620c commit 1ff6a74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@
if os.path.exists(post_setup):
os.chmod(post_setup, 33261)

gluu_install = '/install/community-edition-setup/gluu_install.py'
if os.path.exists(gluu_install):
os.remove(gluu_install)

if argsp.o:
npy_download_link = 'https://github.com/npcole/npyscreen/archive/master.zip'
result = requests.get(npy_download_link, allow_redirects=True)
Expand Down

0 comments on commit 1ff6a74

Please sign in to comment.