Updated files

This commit is contained in:
Steven Seifried 2022-01-20 22:22:15 +01:00
parent 6617cd8402
commit d5c7436e7c
No known key found for this signature in database
GPG key ID: 174371A9356D63E5
2 changed files with 21 additions and 2 deletions

View file

@ -154,4 +154,4 @@ pct push $CTID languagetool_setup.sh /languagetool_setup.sh -perms 755
pct exec $CTID /languagetool_setup.sh
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
info "Successfully created a LanguageTool LXC Container to $CTID at IP Address ${IP}"
info "Successfully created a LanguageTool LXC Container to $CTID at IP Address ${IP}:8081/v2"