Updated jdownloader2_container.sh

This commit is contained in:
Steven Seifried 2022-02-20 23:24:11 +01:00
parent 38e62650ec
commit 2a57223448
No known key found for this signature in database
GPG key ID: 174371A9356D63E5

View file

@ -154,4 +154,4 @@ pct push $CTID jdownloader2_setup.sh /jdownloader2_setup.sh -perms 755
pct exec $CTID /jdownloader2_setup.sh pct exec $CTID /jdownloader2_setup.sh
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') 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}" info "Successfully created a jdownloader2 LXC Container to $CTID at IP Address ${IP}"