diff options
Diffstat (limited to 'server/setup/05-service-settings/opt-linux-x86/etc/profile.local')
-rwxr-xr-x | server/setup/05-service-settings/opt-linux-x86/etc/profile.local | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/server/setup/05-service-settings/opt-linux-x86/etc/profile.local b/server/setup/05-service-settings/opt-linux-x86/etc/profile.local new file mode 100755 index 0000000..e3050c6 --- /dev/null +++ b/server/setup/05-service-settings/opt-linux-x86/etc/profile.local @@ -0,0 +1,5 @@ +# /opt-linux-x86/etc/profile.local + +test -e /opt-linux-x86/etc/profile.j2se7 && . /opt-linux-x86/etc/profile.j2se7 +test -e /opt-linux-x86/etc/profile.jre7 && . /opt-linux-x86/etc/profile.jre7 + |