From 0c793bfe05636858ba586c60aa16c4a26c2b292a Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 13 Mar 2024 11:24:35 -0500 Subject: [PATCH] commented out root check --- alpine/alpine-user-customizations.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/alpine/alpine-user-customizations.sh b/alpine/alpine-user-customizations.sh index 21c23dd..92bdeaa 100755 --- a/alpine/alpine-user-customizations.sh +++ b/alpine/alpine-user-customizations.sh @@ -1,9 +1,9 @@ #!/bin/bash -if [[ $(id -u) = 0 ]]; then - echo "Please do NOT run as root!" - exit 1 -fi +# if [[ $(id -u) = 0 ]]; then +# echo "Please do NOT run as root!" +# exit 1 +# fi # add aliases echo "# custom settings and aliases" > ~/.bash_profile