From f7a6a30c90c0b11640826b84955acbd6ed816a03 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Thu, 2 Jan 2020 10:16:55 +0100 Subject: [PATCH] update.sh should be executed as root only Fixes #508 --- update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/update.sh b/update.sh index 19c52f45..73163875 100755 --- a/update.sh +++ b/update.sh @@ -281,7 +281,6 @@ myWHOAMI=$(whoami) if [ "$myWHOAMI" != "root" ] then echo "Need to run as root ..." - sudo ./$0 exit fi