Add warning to install script need for permissions

This commit is contained in:
shamoon 2023-07-19 16:03:35 -07:00 committed by GitHub
parent b7e2bf56ac
commit 22a4e5292f

View File

@ -72,7 +72,7 @@ fi
if ! docker stats --no-stream &> /dev/null ; then
echo ""
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 (may require restarting shell)."
echo ""
sleep 3
fi