mirror of https://github.com/grafana/grafana.git
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.plugins=${PLUGINS_DIR}'"
|
||||
|
||||
eval $EXECUTABLE "$OPTS" "$@"
|
||||
eval $EXECUTABLE "$OPTS" '$@'
|
||||
|
|
Loading…
Reference in New Issue