From 34b65924f032a5af4667f6215ca9d86836ed2790 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 3 May 2019 10:39:45 +0200 Subject: [PATCH] Return --- bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update b/bin/update index f1982a4..aa47d1c 100755 --- a/bin/update +++ b/bin/update @@ -70,7 +70,7 @@ update-system() { if [ -f ~/.config/dotfiles/.data/noroot ]; then # If this file exists, it means root is not available: skip the system update echo -e "\033[33;1m=== You don't have root, skipping system update ===\033[0m" - + return fi echo -e "\033[32;1m=== Starting system update, please enter your password ===\033[0m"