diff options
| author | momo <momo+github@mo2-systems.com> | 2011-10-15 17:41:33 +0200 | 
|---|---|---|
| committer | momo <momo+github@mo2-systems.com> | 2011-10-15 17:41:33 +0200 | 
| commit | b1b2a3e55c1cfbc9244f68e94e1b0c57fd276c45 (patch) | |
| tree | 44aa294017b2b0a48a3a498bd8f65417cffca81c /god/overlord | |
| parent | 1cff2a9d548336ddcd8a2d732ed2cd348c8e6b79 (diff) | |
//god/overlord/index. changing default max to 70 for ambient lounge volume @shackspace
Diffstat (limited to 'god/overlord')
| -rwxr-xr-x | god/overlord/index | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/god/overlord/index b/god/overlord/index index 27506ccd..ef0aebb3 100755 --- a/god/overlord/index +++ b/god/overlord/index @@ -4,7 +4,7 @@ set -euf  # cd //  cd $(dirname $(readlink -f $0))/../.. -max=100 +max=70  step=10  min=0 | 
