Skip to content

Commit

Permalink
dbeaver/dbeaver-devops#1553 Replaced UID on user name
Browse files Browse the repository at this point in the history
  • Loading branch information
ggxed committed Nov 21, 2024
1 parent a117e5e commit c736cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/scripts/launch-product.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
chown -R $DBEAVER_UID:$DBEAVER_GID $PWD

# Execute run-server.sh as the dbeaver user with the JAVA_HOME and PATH environment variables
exec su $DBEAVER_UID -c "JAVA_HOME=$JAVA_HOME PATH=$PATH ./run-server.sh"
exec su dbeaver -c "JAVA_HOME=$JAVA_HOME PATH=$PATH ./run-server.sh"

0 comments on commit c736cd4

Please sign in to comment.