File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ sync_panel_port_env() {
370370
371371apply_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} "
You can’t perform that action at this time.
0 commit comments