Skip to content

Commit

Permalink
Fixed the Linux and Windows reset scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
miklevin committed Oct 24, 2015
1 parent 69a6207 commit 4d4a0a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Reset/ResetFromLinux.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh
set +e
cd ../Pipulate.app/Contents/MacOS
cd ../Levinux.app/Contents/MacOS
mv ./home.qcow ../../../Reset/home-backup.qcow
rm ./opt.qcow
rm ./tce.qcow
Expand Down
2 changes: 1 addition & 1 deletion Reset/ResetFromWindows.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cd ..\Pipulate.app\Contents\MacOS\
cd ..\Levinux.app\Contents\MacOS\
move home.qcow ..\..\..\Reset\home-backup.qcow
del opt.qcow
del tce.qcow
Expand Down

0 comments on commit 4d4a0a3

Please sign in to comment.