Opened 9 years ago
Closed 9 years ago
#1361 closed defect (fixed)
mini change to correctly line up the default config file
Reported by: | Florian.LaRoche@… | Owned by: | Dave Love <d.love@…> |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 8.0.0b |
Severity: | minor | Keywords: | |
Cc: |
Description
Hello SGE developers,
here a change to make sure the default written config file
is aligned properly from the number of spaces in it.
So pure cosmetic...
best regards,
Florian La Roche
--- a/source/dist/util/install_modules/inst_qmaster.sh
+++ b/source/dist/util/install_modules/inst_qmaster.sh
@@ -716,9 +716,9 @@ PrintBootstrap?()
$ECHO "# Version: $SGE_VERSION"
$ECHO "#"
if [ $ADMINUSER != default ]; then
- $ECHO "admin_user $ADMINUSER"
+ $ECHO "admin_user $ADMINUSER"
else
- $ECHO "admin_user none"
+ $ECHO "admin_user none"
fi
$ECHO "default_domain $CFG_DEFAULT_DOMAIN"
$ECHO "ignore_fqdn $IGNORE_FQDN_DEFAULT"
Change History (1)
comment:1 Changed 9 years ago by Dave Love <d.love@…>
- Owner set to Dave Love <d.love@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In [4071/sge]:
(The changeset message doesn't reference this ticket)