Skip to content

Commit 62f99c0

Browse files
committed
Install LE on reboot
1 parent a0d0f87 commit 62f99c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/hst-install-ubuntu.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1939,6 +1939,8 @@ echo
19391939
cat $tmpfile
19401940
rm -f $tmpfile
19411941

1942+
echo "@reboot root sleep 60 && /usr/local/hestia/bin/v-add-lets-encrypt-host && rm /etc/cron.d/hestia-ssl" > /etc/cron.d/hestia-ssl
1943+
19421944
# Add welcome message to notification panel
19431945
$HESTIA/bin/v-add-user-notification admin 'Welcome to Hestia Control Panel!' '<br>You are now ready to begin <a href="/add/user/">adding user accounts</a> and <a href="/add/web/">domains</a>. For help and assistance, view the <a href="https://docs.hestiacp.com/" target="_new">documentation</a> or visit our <a href="https://forum.hestiacp.com/" target="_new">user forum</a>.<br><br>Please report any bugs or issues via <a href="https://github.com/hestiacp/hestiacp/issues" target="_new"><i class="fab fa-github"></i> GitHub</a>.<br><br><b>Have a wonderful day!</b><br><br><i class="fas fa-heart status-icon red"></i> The Hestia Control Panel development team'
19441946

0 commit comments

Comments
 (0)