Skip to content

Commit f53370a

Browse files
committed
Update timing + fix command
1 parent 62f99c0 commit f53370a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,7 @@ 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
1942+
echo "@reboot root sleep 10 && /usr/local/hestia/bin/v-add-letsencrypt-host && rm /etc/cron.d/hestia-ssl" > /etc/cron.d/hestia-ssl
19431943

19441944
# Add welcome message to notification panel
19451945
$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'

0 commit comments

Comments
 (0)