[ungleich-tool]Update config.py for path
This commit is contained in:
parent
ad8b7b2c6d
commit
4fc8995e07
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
import configparser
|
||||
|
||||
config = configparser.ConfigParser(allow_no_value=True)
|
||||
config.read('config-and-secrets.conf')
|
||||
config.read('/opt/ungleich-tools/vnc_console_connection/config-and-secrets.conf')
|
||||
|
||||
|
|
Loading…
Reference in a new issue