From db5e8c559a3f1b86a2e43ce1ce30a499af5f0e15 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 7 Jun 2017 11:48:35 +0200 Subject: Fixup a061099: add sudo to remove dsa-check-packages Signed-off-by: Holger Levsen --- update_jdn.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update_jdn.sh') diff --git a/update_jdn.sh b/update_jdn.sh index b4ae0e1c..9cf44687 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -61,7 +61,7 @@ disable_dsa_check_packages() { fi if [ -L /usr/local/bin/dsa-check-packages ] ; then - rm /usr/local/bin/dsa-check-packages + sudo rm /usr/local/bin/dsa-check-packages fi # disable check for outdated packages as in the future (like this) -- cgit v1.2.3-54-g00ecf