mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
Chore: Change from double to single quotes (#32430)
This commit is contained in:
parent
bb995e966d
commit
814db3d28e
@ -36,4 +36,4 @@ OPTS="--homepath=${GRAFANA_HOME} \
|
|||||||
cfg:default.paths.logs=${LOG_DIR} \
|
cfg:default.paths.logs=${LOG_DIR} \
|
||||||
cfg:default.paths.plugins=${PLUGINS_DIR}'"
|
cfg:default.paths.plugins=${PLUGINS_DIR}'"
|
||||||
|
|
||||||
eval $EXECUTABLE "$OPTS" "$@"
|
eval $EXECUTABLE "$OPTS" '$@'
|
||||||
|
Loading…
Reference in New Issue
Block a user