correct default path if scriptpath is not available in settings.conf
This commit is contained in:
parent
e39ae3c05c
commit
55466466a9
@ -53,7 +53,7 @@ settings = {
|
|||||||
'dateFormat': '%A, %B %d, %Y',
|
'dateFormat': '%A, %B %d, %Y',
|
||||||
'autoSpellCheck': False,
|
'autoSpellCheck': False,
|
||||||
'spellCheckLanguage': 'en_US',
|
'spellCheckLanguage': 'en_US',
|
||||||
'scriptPath':'/etc/fenrir/scripts',
|
'scriptPath':'/usr/share/fenrir/scripts',
|
||||||
},
|
},
|
||||||
'focus':{
|
'focus':{
|
||||||
'cursor': True,
|
'cursor': True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user