Skip to content

Commit

Permalink
Deploying to gh-pages from @ d53f099 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryKodden committed Apr 16, 2024
1 parent 9cfc4d7 commit 315c2bf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rclone/app/vault/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,11 +388,6 @@ def stop_mount(self, name):
except Exception as e:
log.error("Error remove web config: {}: {}".format(name, str(e)))

try:
os.remove(settings.USERS_CONFIG_PATH+'/'+name+'.conf')
except Exception as e:
log.error("Error remove config: {}: {}".format(name, str(e)))

self.flush_config()

def start_mount(self, name):
Expand Down

0 comments on commit 315c2bf

Please sign in to comment.