From c73747e936b7123bd4c8f2afd6433b36a27c9592 Mon Sep 17 00:00:00 2001 From: Massimiliano Adamo <maxadamo@gmail.com> Date: Sun, 1 May 2022 03:29:21 +0200 Subject: [PATCH] change message --- ubuntu-kernel-cleanup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-kernel-cleanup.py b/ubuntu-kernel-cleanup.py index 1979ece..39cdeca 100755 --- a/ubuntu-kernel-cleanup.py +++ b/ubuntu-kernel-cleanup.py @@ -101,7 +101,7 @@ def get_version(full_pkg_name): if __name__ == '__main__': if os.geteuid() != 0: - print("You need to have root privileges to run this script") + print("You need root privileges to run this script") print("Please try again, using 'sudo'. Exiting.") os.sys.exit() INIFILE = 'ubuntu-kernel-cleanup.ini' -- GitLab