From aba6f8695d6979ef4f56961a789245a6ff0a1c15 Mon Sep 17 00:00:00 2001 From: "Dominik V. Salonen" Date: Thu, 4 Jan 2018 11:57:37 +0000 Subject: [PATCH] whoops --- shell/bootstrap-void.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/bootstrap-void.sh b/shell/bootstrap-void.sh index f794f0f..9500366 100755 --- a/shell/bootstrap-void.sh +++ b/shell/bootstrap-void.sh @@ -10,7 +10,7 @@ cd $HOME # Exit if the entire script is running as root SCRIPTUID=$(id -u) if [[ $SCRIPTUID == 0 ]]; then - echo "This script is not designed to be run as root. Please log with your regular user and run the script without sudo" + echo "This script is not designed to be run as root. Please log in with your regular user and run the script without sudo" exit 1 fi