You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,4 +108,4 @@ If you would like to help our developers cover their time and infrastucture cost
108
108
109
109
License
110
110
=============================
111
-
Hestia Control Panel is licensed under [GPL v3](https://github.com/hestiacp/hestiacp/blob/master/LICENSE) license, and is based on the [VestaCP](https://www.vestacp.com/) project.<br>
111
+
Hestia Control Panel is licensed under [GPL v3](https://github.com/hestiacp/hestiacp/blob/master/LICENSE) license, and is based on the [VestaCP](https://www.vestacp.com/) project.<br>
$HESTIA/bin/v-add-user-notification admin 'Welcome!''For more information on how to use Hestia Control Panel, click on the Help icon in the top right corner of the toolbar.<br><br>Please report any bugs or issues on GitHub at<br>https://github.com/hestiacp/hestiacp/Issues<br><br>Have a great day!'
1796
+
1796
1797
echo"(!) IMPORTANT: You must logout or restart the server before continuing."
$HESTIA/bin/v-add-user-notification admin 'Welcome!''For more information on how to use Hestia Control Panel, click on the Help icon in the top right corner of the toolbar.<br><br>Please report any bugs or issues on GitHub at<br>https://github.com/hestiacp/hestiacp/Issues<br><br>Have a great day!'
1698
+
1698
1699
echo"(!) IMPORTANT: You must logout or restart the server before continuing."
if [ -f /usr/local/hestia/data/firewall/ports.conf ];then
435
+
rm -f /usr/local/hestia/data/firewall/ports.conf
436
+
fi
437
+
406
438
# Add upgrade notification to admin user's panel
407
439
$BIN/v-add-user-notification admin 'Upgrade complete''Your server has been updated to v0.10.0.<br>Please report any bugs on GitHub at<br>https://github.com/hestiacp/hestiacp/Issues<br><br>Have a great day!'
408
440
@@ -423,8 +455,10 @@ if [ ! -z $DNS_SYSTEM ]; then
423
455
$BIN/v-restart-dns $restart
424
456
fi
425
457
426
-
# restart Hestia services (nginx,php-fpm)
427
-
systemctl restart hestia
458
+
# Restart SSH daemon and Hestia Control Panel service
459
+
$BIN/v-restart-service ssh $restart
460
+
$BIN/v-restart-service hestia $restart
461
+
428
462
429
463
echo""
430
464
echo" Upgrade complete! Please report any bugs or issues to"
0 commit comments