mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-09-07 16:45:31 -05:00
Add missing space in if statement
This commit is contained in:
2
Makefile
2
Makefile
@@ -27,7 +27,7 @@ define check_package
|
||||
exit
|
||||
elif [ "$$(uname)" = "Darwin" ]; then
|
||||
echo "macOS detected; skipping group check."
|
||||
elif [ "$$(id | grep -c docker)" = 0]; then
|
||||
elif [ "$$(id | grep -c docker)" = 0 ]; then
|
||||
printf "\033[1;31mUser is not in docker group!\033[0m\n"
|
||||
if [ "$$(cat /etc/group | grep -c docker)" = 0 ]; then
|
||||
echo "Creating docker group..."
|
||||
|
||||
Reference in New Issue
Block a user