diff options
author | James Z.M. Gao <gaozhm@mvad.com> | 2016-05-03 08:53:33 +0800 |
---|---|---|
committer | James Z.M. Gao <gaozhm@mvad.com> | 2016-05-03 08:53:33 +0800 |
commit | 6ccdfc95c331f328ba71dfb5f6f36702f87338c6 (patch) | |
tree | e1b125754d5d3cb49149bb730f934d6d7cc4f417 /content/etc/profile.d | |
download | davmail-6ccdfc95c331f328ba71dfb5f6f36702f87338c6.tar.gz davmail-6ccdfc95c331f328ba71dfb5f6f36702f87338c6.tar.bz2 davmail-6ccdfc95c331f328ba71dfb5f6f36702f87338c6.tar.xz davmail-6ccdfc95c331f328ba71dfb5f6f36702f87338c6.zip |
add Dockerfile
Diffstat (limited to 'content/etc/profile.d')
-rw-r--r-- | content/etc/profile.d/java.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/etc/profile.d/java.sh b/content/etc/profile.d/java.sh new file mode 100644 index 0000000..a6aff28 --- /dev/null +++ b/content/etc/profile.d/java.sh @@ -0,0 +1 @@ +which java &>/dev/null || PATH="$PATH":"$JAVA_HOME"/bin |