From 0b31b6f4b14024d6ef8d9a817137d7e7c798c920 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 14 Dec 2016 22:09:13 +0100 Subject: [PATCH] update the readme file --- README.md | 2 +- borg_interface/interface_functions.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ce82b43..285acf0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ or simply download it and extract the zip to your prefered location.: ### Starting Before starting the application make sure that you have configured it properly. See the section [Configuration](https://git.2li.ch/Nebucatnetzer/borg_interface#configuration) for more details. -To start the application simply execute the borg_interface file. +To start the application simply execute the borg_interface.sh file. You will then see a list of options which are fairly self explanatory. ### Configuration diff --git a/borg_interface/interface_functions.py b/borg_interface/interface_functions.py index 15b1ceb..23951c1 100644 --- a/borg_interface/interface_functions.py +++ b/borg_interface/interface_functions.py @@ -55,7 +55,6 @@ def configuration(): + config['DEFAULT']['repository_path']) else: repository = config['DEFAULT']['repository_path'] - input() # assign the password variable password = config['DEFAULT']['password'] # set the environment variables