diff options
author | ivan <ivan> | 2004-01-30 01:27:39 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-01-30 01:27:39 +0000 |
commit | 22744fc3e34aaa5436723c419c91e29fb9ffc304 (patch) | |
tree | 26fcb7037ec654d97408c1643662f511f423d2c4 /Makefile | |
parent | 95558fc7bcc98138db7f2d54cd5e6724bac3beea (diff) |
multiple self-service machines aren't enclosed in quotes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ FREESIDE_PATH = `pwd` SELFSERVICE_USER = fs_selfservice SELFSERVICE_MACHINES = localhost -# SELFSERVICE_MACHINES = "web1.example.com web2.example.com" +# SELFSERVICE_MACHINES = web1.example.com web2.example.com #--- |