Skip to content

Commit

Permalink
Don't use sudo when calling install_docker.sh to fix ./docker permiss…
Browse files Browse the repository at this point in the history
…ions (#79)

Co-authored-by: Logan L <logan@bhis.co>
  • Loading branch information
Zalgo2462 and Logan L authored Apr 28, 2023
1 parent 92d15b2 commit c2efade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/stage/BeaKer/install_beaker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ test_system () {

install_docker () {
status "Installing Docker"
$SUDO shell-lib/docker/install_docker.sh
shell-lib/docker/install_docker.sh
echo2 ''
if $SUDO docker ps &>/dev/null ; then
echo2 'Docker appears to be working, continuing.'
Expand Down

0 comments on commit c2efade

Please sign in to comment.