Changed spaces to tabs

This commit is contained in:
Daniel 2021-03-06 15:30:16 +01:00 committed by GitHub
parent 67437f7b9c
commit 42fd62ecfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,8 +68,8 @@ fi
# If this fails, the user probably does not have permissions for Docker. # If this fails, the user probably does not have permissions for Docker.
docker stats --no-stream 2>/dev/null 1>&2 docker stats --no-stream 2>/dev/null 1>&2
if [ $? -ne 0 ] ; then if [ $? -ne 0 ] ; then
echo "" echo ""
echo "WARN: It look like the current user does not have Docker permissions." echo "WARN: It look like the current user does not have Docker permissions."
echo "WARN: Use 'sudo usermod -aG docker $USER' to assign Docker permissions to the user." echo "WARN: Use 'sudo usermod -aG docker $USER' to assign Docker permissions to the user."
echo "" echo ""
sleep 3 sleep 3