File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5757
5858configure_plugins () {
5959 banner CONFIGURE PLUGINS
60- munin-node-configure --suggest --shell --families=contrib,auto --remove-also | sh -x
60+ dev_scripts/run munin-node-configure --suggest --shell --families=contrib,auto --remove-also | sh -x
6161}
6262
6363configure_node () {
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ if [ -z "${1:-}" ]; then
1717 usage
1818fi
1919
20- if command= $( command -v " $1 " ) ; then
21- echo " # [dev/run] Found: ${command} "
22- echo " # [dev/run] Command line: " " $@ "
23- exec " $@ "
20+ if [ -x " ${BASEDIR} /sandbox/bin/ $1 " ] ; then
21+ echo " # [dev/run] Found: ${BASEDIR} /sandbox/bin/ $1 "
22+ echo " # [dev/run] Command line: /usr/bin/perl -T -Mlib= ${BASEDIR} /sandbox/lib/perl5/ ${BASEDIR} /sandbox/bin/ $@ "
23+ exec /usr/bin/perl -T -Mlib= " ${BASEDIR} /sandbox/lib/perl5/ " " ${BASEDIR} /sandbox/bin/ $@ "
2424else
2525 echo >&2 " Failed to find '$1 '"
2626 exit 1
You can’t perform that action at this time.
0 commit comments