Skip to content

Commit 9cc29b4

Browse files
committed
bug fix: inc backups
2 parents 52301bb + acaf8e8 commit 9cc29b4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

plogical/processUtilities.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,7 @@ def sendCommand(command, user=None):
190190
sock = ret[0]
191191

192192
if user == None:
193-
194-
if command.find('export') > -1 and ProcessUtilities.decideDistro() == ProcessUtilities.ubuntu:
193+
if command.find('export') > -1:
195194
pass
196195
elif command.find('sudo') == -1:
197196
command = 'sudo %s' % (command)

0 commit comments

Comments
 (0)