Skip to content

Commit

Permalink
Ue current user ID and group ID
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chang <[email protected]>
  • Loading branch information
mocsharp committed Nov 1, 2023
1 parent 64cc678 commit f629aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/monai-deploy-express/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ mkdir -p $RUNDIR/mongodb/ && echo "Created $RUNDIR/mongodb/"
mkdir -p $RUNDIR/mdwm/ && echo "Created $RUNDIR/mdwm/"
mkdir -p $RUNDIR/mdtm/ && echo "Created $RUNDIR/mdtm/"
mkdir -p $RUNDIR/mdig/ && echo "Created $RUNDIR/mdig/"
sudo chown 1000:1000 -R $RUNDIR/esdata && echo "Permission updated"
sudo chown $(id -u):$(id -g) -R $RUNDIR/esdata && echo "Permission updated"
echo "Directories setup"
echo "Ready to run docker compose up"

0 comments on commit f629aa9

Please sign in to comment.