Skip to content

Commit

Permalink
Fix docker entry point in server/docker-entrypoint.sh
Browse files Browse the repository at this point in the history
Fixes #263
  • Loading branch information
esilvaju authored and maany committed Oct 24, 2023
1 parent c08a223 commit 10dab4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ then
for patchfile in /patch/*
do
echo "Apply patch ${patchfile}"
patch -p3 -d "$RUCIO_WEBUI_PATH" < $patchfile
patch -p3 -d "$RUCIO_PYTHON_PATH" < $patchfile
done
fi

Expand Down

0 comments on commit 10dab4f

Please sign in to comment.