Skip to content

Commit

Permalink
piclone call failed
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyenas-xl authored Jun 30, 2017
1 parent b5320c8 commit eb6ed49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pidesktop-base/usr/share/PiDesktop/python/diskClone.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def chekSD():
def diskClone():
message = "Calling the 'SD Card copier' to clone the filesystem from SD Card to SSD...";
print message;
command = 'sudo piclone';
command = 'piclone';
runCommand(command);
m = Manager();
m.runask();
Expand Down

0 comments on commit eb6ed49

Please sign in to comment.