projects
/
fusionforge
/
fusionforge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ff0ad9
)
Fix displayed account when $FFORGE_ADMIN_USER is set.
author
Alain Peyrat
<aljeux@free.fr>
Thu, 31 Mar 2011 16:47:36 +0000
(16:47 +0000)
committer
Alain Peyrat
<aljeux@free.fr>
Thu, 31 Mar 2011 16:47:36 +0000
(16:47 +0000)
src/fusionforge.spec
patch
|
blob
|
history
diff --git
a/src/fusionforge.spec
b/src/fusionforge.spec
index f38bf803ec197770aa4f200976409ac3b170bd67..b24700b9b0aa5d8a0906155cd1dfd2dbdde95a19 100644
(file)
--- a/
src/fusionforge.spec
+++ b/
src/fusionforge.spec
@@
-604,9
+604,9
@@
if [ "$1" -eq "1" ]; then
echo ""
echo " http://$HOSTNAME/"
echo ""
- echo "The
default fusionf
orge administrator account and password is:"
+ echo "The
FusionF
orge administrator account and password is:"
echo ""
- echo "Account Name =
%{fforge_admin}
"
+ echo "Account Name =
$FFORGE_ADMIN_USER
"
echo "Password = $FFORGE_ADMIN_PASSWORD"
#echo "Please change it to something appropriate upon initial login."
# give user a few seconds to read the message