Update UPDATE.sh

This commit is contained in:
Stefan Pejcic 2024-08-20 13:08:09 +02:00 committed by GitHub
parent 25c7a64f76
commit f731bed43e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -550,6 +550,13 @@ celebrate() {
temp_for_025(){
echo -e "\n[!] Backup of previous version is stored in: /etc/openpanel024/"
echo ""
}
post_install_message() { post_install_message() {
print_space_and_line print_space_and_line
@ -563,6 +570,8 @@ support:"
echo "👉 Discord: https://discord.openpanel.com/" echo "👉 Discord: https://discord.openpanel.com/"
echo "" echo ""
echo "Our community and support team are ready to help you!" echo "Our community and support team are ready to help you!"
temp_for_025
} }