From e7a6dc33f956575786047ddb513d225289fe4538 Mon Sep 17 00:00:00 2001 From: Steven Seifried Date: Sat, 15 Jan 2022 10:59:44 +0100 Subject: [PATCH] Updated jdownloader2_container.sh --- jdownloader2_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdownloader2_container.sh b/jdownloader2_container.sh index da3046a..f9b3279 100644 --- a/jdownloader2_container.sh +++ b/jdownloader2_container.sh @@ -155,5 +155,5 @@ pct push $CTID jdownloader2_setup.sh /jdownloder2_setup.sh -perms 755 pct exec $CTID /jdownloader2_setup.sh IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') -info "Successfully created a Jellyfin LXC Container to $CTID at IP Address ${IP}:8096" +info "Successfully created a Jellyfin LXC Container to $CTID at IP Address ${IP}"