mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
1d0464c35f
commit
5281c1f5cf
@ -10,7 +10,7 @@
|
|||||||
# Usage: bash <(curl -sSL https://openpanel.org)
|
# Usage: bash <(curl -sSL https://openpanel.org)
|
||||||
# Author: Stefan Pejcic <stefan@pejcic.rs>
|
# Author: Stefan Pejcic <stefan@pejcic.rs>
|
||||||
# Created: 11.07.2023
|
# Created: 11.07.2023
|
||||||
# Last Modified: 25.09.2024
|
# Last Modified: 10.10.2024
|
||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
@ -236,7 +236,7 @@ set_version_to_install(){
|
|||||||
if [[ $PANEL_VERSION =~ [0-9]+\.[0-9]+\.[0-9]+ ]]; then
|
if [[ $PANEL_VERSION =~ [0-9]+\.[0-9]+\.[0-9]+ ]]; then
|
||||||
PANEL_VERSION=$PANEL_VERSION
|
PANEL_VERSION=$PANEL_VERSION
|
||||||
else
|
else
|
||||||
PANEL_VERSION="0.3.0"
|
PANEL_VERSION="0.3.1"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
@ -1769,8 +1769,6 @@ install_started_message
|
|||||||
|
|
||||||
main
|
main
|
||||||
|
|
||||||
send_install_log
|
|
||||||
|
|
||||||
rm_helpers
|
rm_helpers
|
||||||
|
|
||||||
print_space_and_line
|
print_space_and_line
|
||||||
@ -1779,6 +1777,8 @@ support_message
|
|||||||
|
|
||||||
print_space_and_line
|
print_space_and_line
|
||||||
|
|
||||||
|
send_install_log
|
||||||
|
|
||||||
create_admin_and_show_logins_success_message
|
create_admin_and_show_logins_success_message
|
||||||
|
|
||||||
run_custom_postinstall_script
|
run_custom_postinstall_script
|
||||||
|
Loading…
Reference in New Issue
Block a user