Explorar o código

Fix mistake in direct startup environment variable

Tulir Asokan %!s(int64=2) %!d(string=hai) anos
pai
achega
6186e23232
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docker-run.sh

+ 1 - 1
docker-run.sh

@@ -5,7 +5,7 @@ if [ ! -z "$MAUTRIX_DIRECT_STARTUP" ]; then
 		echo "| Warning: running bridge unsafely as root |"
 		echo "|------------------------------------------|"
 	fi
-	exec python3 -m mautrix_telegram -c /data/config.yaml
+	exec python3 -m mautrix_instagram -c /data/config.yaml
 elif [ $(id -u) != 0 ]; then
 	echo "The startup script must run as root. It will use su-exec to drop permissions before running the bridge."
 	echo "To bypass the startup script, either set the `MAUTRIX_DIRECT_STARTUP` environment variable,"