diff options
author | Peter Powell <petpow@saberuk.com> | 2015-06-28 11:38:22 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2015-12-14 23:28:35 +0000 |
commit | d9e7c04ad8a52ed526eed3a5e00d97dcea6ba177 (patch) | |
tree | 3c033a632f2932f44b2a2e2105163596c89209ad /Config | |
parent | 9cbf528b2137173f0f551749bbccd65769d04ebe (diff) |
Install into "~/anope" by default instead of "~/services".
Diffstat (limited to 'Config')
-rwxr-xr-x | Config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ export ECHO2 ECHO2SUF # Init values ########################################################################### -INSTDIR=$HOME/services +INSTDIR=$HOME/anope RUNGROUP= UMASK= DEBUG="no" |