Update Docker image references from 'telemtPanel' to 'telemtpanel' across configuration files and documentation for consistency.
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ set -euo pipefail
|
||||
MODE="${PANEL_MODE:-standalone}"
|
||||
NON_INTERACTIVE=0
|
||||
DATA_DIR="${DATA_DIR:-/var/lib/telemt-panel}"
|
||||
IMAGE="${PANEL_IMAGE:-git.shts.su/denozord/telemtPanel:latest}"
|
||||
IMAGE="${PANEL_IMAGE:-git.shts.su/denozord/telemtpanel:latest}"
|
||||
|
||||
while [[ $# -gt 0 ]]; do
|
||||
case "$1" in
|
||||
|
||||
Reference in New Issue
Block a user