correct default path if scriptpath is not available in settings.conf

This commit is contained in:
chrys 2016-11-05 17:54:16 +01:00
parent e39ae3c05c
commit 55466466a9

View File

@ -53,7 +53,7 @@ settings = {
'dateFormat': '%A, %B %d, %Y',
'autoSpellCheck': False,
'spellCheckLanguage': 'en_US',
'scriptPath':'/etc/fenrir/scripts',
'scriptPath':'/usr/share/fenrir/scripts',
},
'focus':{
'cursor': True,