Added print details for bundles
This commit is contained in:
parent
a47a6608a4
commit
c900740b85
@ -99,6 +99,14 @@ add_cron
|
|||||||
|
|
||||||
# Print out federated environment details
|
# Print out federated environment details
|
||||||
echo -ne "\n\n"
|
echo -ne "\n\n"
|
||||||
print_details
|
if [ "$BUNDLE" = "starter" ]; then
|
||||||
|
print_details_starter
|
||||||
|
elif [ "$BUNDLE" = "team" ]; then
|
||||||
|
print_details_team
|
||||||
|
elif [ "$BUNDLE" = "ultimate" ]; then
|
||||||
|
print_details
|
||||||
|
else
|
||||||
|
print_details
|
||||||
|
fi
|
||||||
echo -ne "\n\n"
|
echo -ne "\n\n"
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -583,6 +583,9 @@ Password = "$ADMINPASS"
|
|||||||
<td class="tg-kwiq"><a href="https://documentation.federated.computer/docs/core_applications/powerdns" target="_blank" rel="noopener noreferrer"><span style="color:#340096">Click here</span></a></td>
|
<td class="tg-kwiq"><a href="https://documentation.federated.computer/docs/core_applications/powerdns" target="_blank" rel="noopener noreferrer"><span style="color:#340096">Click here</span></a></td>
|
||||||
<td class="tg-kwiq">PowerDNS is a powerful tool for managing DNS of your domain</td>
|
<td class="tg-kwiq">PowerDNS is a powerful tool for managing DNS of your domain</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
<br>
|
||||||
<h4>Thanks for your support!</h4>
|
<h4>Thanks for your support!</h4>
|
||||||
<p>
|
<p>
|
||||||
Thank you for your support of Federated Computer. We really appreciate it and hope you have a very successful
|
Thank you for your support of Federated Computer. We really appreciate it and hope you have a very successful
|
||||||
|
Loading…
x
Reference in New Issue
Block a user