Skip to content

Commit

Permalink
PMM-12940 fix entrypoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Jul 20, 2024
1 parent c288afc commit 6124e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/server/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi

# Initialize /srv if empty
INIT_FILE=/srv/initialized
if [ ! -f INIT_FILE ]; then
if [ ! -f $INIT_FILE ]; then
echo "Initializing /srv..."
mkdir -p /srv/{backup,clickhouse,grafana,logs,nginx,postgres14,prometheus,victoriametrics}
echo "Copying grafana plugins and the VERSION file..."
Expand Down

0 comments on commit 6124e4f

Please sign in to comment.