powertop2tuned: fixed dead whitespaces
This commit is contained in:
parent
bfe4499580
commit
88270095c5
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ if __name__ == "__main__":
|
|||
sys.exit(-1)
|
||||
|
||||
if not args['output']:
|
||||
args['output'] = "/etc/tuned"
|
||||
args['output'] = "/etc/tuned"
|
||||
|
||||
if args['profile']:
|
||||
args['output'] = os.path.join(args['output'], args['profile'])
|
||||
|
|
|
|||
Loading…
Reference in a new issue