We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e2721 commit 1386b35Copy full SHA for 1386b35
2 files changed
scripts/gridftp-hdfs-standalone.in
@@ -1,6 +1,7 @@
1
#!/bin/sh
2
3
-. /usr/share/osg/sysconfig/globus-gridftp-server-plugin
+OSG_CONFIG= /usr/share/osg/sysconfig/globus-gridftp-server-plugin
4
+[ -e $OSG_CONFIG ] && . $OSG_CONFIG
5
6
export CLASSPATH=$CLASSPATH
7
scripts/xinetd/gridftp-hdfs-inetd.in
exec /usr/sbin/globus-gridftp-server -c @sysconfdir_resolved@/gridftp-hdfs/gridftp-inetd.conf -dsi hdfs
0 commit comments