Skip to content
Snippets Groups Projects
Commit d12b3323 authored by efer's avatar efer
Browse files

Merge branch 'master' of lab.compute.dtu.dk:ITS/ssd-eraser

merge conflict
parents 60c36259 72519fcd
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details. # See the GNU General Public License for more details.
# #
__version__ = '0.1' __version__ = '0.2'
import os import os
import json import json
...@@ -25,7 +25,7 @@ except ImportError: ...@@ -25,7 +25,7 @@ except ImportError:
# Got root? # Got root?
if os.getuid() != 0: if os.getuid() != 0:
print("\nOnly root can run this script.\n") print("\nMust be root to run command.\n")
exit(1) exit(1)
# Main Vars # Main Vars
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment