cli options

This commit is contained in:
Arseniy Kuznetsov
2021-01-04 20:47:21 +01:00
parent c930435191
commit 18deb23c38
3 changed files with 3 additions and 52 deletions

View File

@@ -112,7 +112,8 @@ class LinuxConfig(OSConfig):
'''
@property
def mktxp_user_dir_path(self):
return FSHelper.full_path('/etc/mktxp')
return FSHelper.full_path('~/mktxp')
#return FSHelper.full_path('/etc/mktxp')
class MKTXPConfigHandler: