Skip to content

Commit

Permalink
fix: remove cache refresh files on uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Jul 12, 2022
1 parent 344087f commit ae9dff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gluu_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def check_installation():
print("Stopping", service)
os.system('systemctl stop ' + service)
os.system('systemctl stop oxd-server')
remove_list = ['/etc/certs', '/etc/gluu', '/opt/gluu', '/opt/amazon-corretto*', '/opt/jre', '/opt/jetty*', '/opt/jython*', '/opt/opendj', '/opt/node*', '/opt/oxd-server', '/opt/shibboleth-idp']
remove_list = ['/etc/certs', '/etc/gluu', '/opt/gluu', '/opt/amazon-corretto*', '/opt/jre', '/opt/jetty*', '/opt/jython*', '/opt/opendj', '/opt/node*', '/opt/oxd-server', '/opt/shibboleth-idp', '/var/gluu/identity/cr-snapshots/*']
if not argsp.keep_downloads:
remove_list.append('/opt/dist')

Expand Down

0 comments on commit ae9dff5

Please sign in to comment.