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
echo"(*) Adding global webmail alias to system configuration..."
12
12
sed -i "/WEBMAIL_ALIAS/d"$HESTIA/conf/hestia.conf
@@ -305,6 +305,8 @@ for user in `ls /usr/local/hestia/data/users/`; do
305
305
sleep 1
306
306
done
307
307
308
+
# Adding upgrade notification
309
+
$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!'
0 commit comments