Chore: Change from double to single quotes (#32430)

This commit is contained in:
Dimitris Sotirakis 2021-03-29 17:40:26 +03:00 committed by GitHub
parent bb995e966d
commit 814db3d28e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" '$@'