Skip to content

Commit a6dd7ad

Browse files
committed
fix(install): correct panel port template syntax and increment script version to 2.1.3
1 parent e84b89d commit a6dd7ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer/install.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ sync_panel_port_env() {
370370

371371
apply_panel_port_to_compose() {
372372
local compose_file="$1"
373-
local compose_port_template='${FEATHERPANEL_PANEL_PORT:-4831}:80'
373+
local compose_port_template="\${FEATHERPANEL_PANEL_PORT:-4831}:80"
374374
local panel_port
375375
panel_port="$(get_panel_port)"
376376
sync_panel_port_env
@@ -858,7 +858,7 @@ print_banner() {
858858
echo -e "${CYAN}${BOLD}⠀⠀⠀⣼⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀${NC}"
859859
echo -e "${CYAN}${BOLD}⠀⠀⠀⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀${NC}"
860860

861-
echo -e "${CYAN}${BOLD}Script Version: ${BLUE}2.1.2${NC}"
861+
echo -e "${CYAN}${BOLD}Script Version: ${BLUE}2.1.3${NC}"
862862

863863
echo -e "${CYAN}${BOLD}┌────────────────────────────────────────────────────────────┐${NC}"
864864
echo -e "${CYAN}${BOLD}${NC} 🌐 Website: ${BLUE}www.mythical.systems${NC} ${CYAN}${BOLD}${NC}"

0 commit comments

Comments
 (0)