diff options
author | LRN <lrn1986@gmail.com> | 2014-03-01 22:58:00 +0000 |
---|---|---|
committer | LRN <lrn1986@gmail.com> | 2014-03-01 22:58:00 +0000 |
commit | 1dd864722fb3b837591f904b5ce1da1017c8af8b (patch) | |
tree | 25cbc6aadc08eee285fb3803cc11a448cb2a44a0 /configure.ac | |
parent | c947d21f71730fabb2fdad503baa98de60fb84e0 (diff) |
USERNAME is a placeholder, not a variable
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 088045b2f..937952117 100644 --- a/configure.ac +++ b/configure.ac @@ -1618,9 +1618,9 @@ to install everything. Each GNUnet user should be added to the 'gnunet' group (may require fresh login to come into effect): - adduser $USERNAME gnunet + adduser USERNAME gnunet (run the above command as root once for each of your users, replacing -"$USERNAME" with the respective login names). If you have a global IP +"USERNAME" with the respective login names). If you have a global IP address, no further configuration is required. Optionally, download and compile gnunet-gtk to get a GUI for |