diff options
author | Pjotr Prins | 2016-02-24 11:01:29 +0000 |
---|---|---|
committer | Pjotr Prins | 2016-04-20 09:13:26 +0000 |
commit | 5fffa1aa4260af6663c1f9b4cf7494d3ebc6995d (patch) | |
tree | a68c6d32ab7db60db2350c5a0ba8c0d4abc7eaf2 /bin | |
parent | 92fda7557645199276bf4f8a65c40252c4d83c21 (diff) | |
download | genenetwork2-5fffa1aa4260af6663c1f9b4cf7494d3ebc6995d.tar.gz |
[PATCH 037/100] WebQtlConfig: sanitizing naming and used vars
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/genenetwork2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/genenetwork2 b/bin/genenetwork2 index 54eee02e..00ee09bf 100755 --- a/bin/genenetwork2 +++ b/bin/genenetwork2 @@ -1,6 +1,6 @@ #! /bin/bash # -# This will run the server with default settings +# This will run the server with default settings. # Absolute path to this script, e.g. /home/user/bin/foo.sh SCRIPT=$(readlink -f "$0") |