File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ for conf in "${!configDefaults[@]}"; do
156
156
eval " export $var =\"\$ default\" "
157
157
done
158
158
159
- # If long & short hostnames are not the same, use long hostnames
159
+ # if long and short hostnames are not the same, use long hostnames
160
160
if [ " $( hostname) " != " $( hostname -s) " ]; then
161
161
: " ${RABBITMQ_USE_LONGNAME:= true} "
162
162
fi
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ for conf in "${!configDefaults[@]}"; do
156
156
eval " export $var =\"\$ default\" "
157
157
done
158
158
159
- # If long & short hostnames are not the same, use long hostnames
159
+ # if long and short hostnames are not the same, use long hostnames
160
160
if [ " $( hostname) " != " $( hostname -s) " ]; then
161
161
: " ${RABBITMQ_USE_LONGNAME:= true} "
162
162
fi
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ for conf in "${!configDefaults[@]}"; do
156
156
eval " export $var =\"\$ default\" "
157
157
done
158
158
159
- # If long & short hostnames are not the same, use long hostnames
159
+ # if long and short hostnames are not the same, use long hostnames
160
160
if [ " $( hostname) " != " $( hostname -s) " ]; then
161
161
: " ${RABBITMQ_USE_LONGNAME:= true} "
162
162
fi
You can’t perform that action at this time.
0 commit comments