From 72519fcdb408108ee3d3f782f6fd39863bfb60c0 Mon Sep 17 00:00:00 2001 From: efer <efer@dtu.dk> Date: Fri, 8 Nov 2019 22:44:16 +0100 Subject: [PATCH] v0.2 --- ssd-eraser | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ssd-eraser b/ssd-eraser index 216228d..86a92bb 100755 --- a/ssd-eraser +++ b/ssd-eraser @@ -10,7 +10,7 @@ # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # See the GNU General Public License for more details. # -__version__ = '0.1' +__version__ = '0.2' import os import json @@ -25,7 +25,7 @@ except ImportError: # Got root? if os.getuid() != 0: - print("\nOnly root can run this script.\n") + print("\nMust be root to run command.\n") exit(1) # Main Vars -- GitLab