Skip to content

Commit

Permalink
Fixed permission denied error in mysql auto fix (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzlamateen committed Sep 13, 2023
1 parent 40827a3 commit 4cdee10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/scripts/check-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ else
curl -fsSL https://get.docker.com -o get-docker.sh
echo "$PASSWORD" | sudo -S sh get-docker.sh
rm ./get-docker.sh -f

echo "$PASSWORD" | sudo -S usermod -aG docker $USER
fi

DOCKER_VERSION=$(docker --version)
Expand Down

0 comments on commit 4cdee10

Please sign in to comment.