UX teak
This commit is contained in:
parent
86eba8b6ab
commit
efa84759da
@ -50,8 +50,11 @@ sks = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
## Make things a little more sensical/catch some common errors
|
||||||
# symlinks? relative path? HOME reference? WE HANDLE IT ALL.
|
# symlinks? relative path? HOME reference? WE HANDLE IT ALL.
|
||||||
sks['destdir'] = os.path.realpath(os.path.abspath(os.path.expanduser(sks['destdir'])))
|
sks['destdir'] = os.path.realpath(os.path.abspath(os.path.expanduser(sks['destdir'])))
|
||||||
|
if sks['compress'] == 'lrzip':
|
||||||
|
sks['compress'] == 'lrz'
|
||||||
|
|
||||||
def svcMgmt(op):
|
def svcMgmt(op):
|
||||||
if op not in ('start', 'stop'):
|
if op not in ('start', 'stop'):
|
||||||
|
Loading…
Reference in New Issue
Block a user