From af9af711db852d8378af55e0833bb13005fee06b Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 22 Aug 2022 09:03:47 -0400 Subject: [PATCH] Update wikijs-v4.sh --- ct/wikijs-v4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/wikijs-v4.sh b/ct/wikijs-v4.sh index 99f794fd..32df8a0d 100644 --- a/ct/wikijs-v4.sh +++ b/ct/wikijs-v4.sh @@ -258,7 +258,7 @@ pct start $CTID msg_ok "Started LXC Container" lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/$var_install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') -pct set $CTID -description "# ${APP} ${var_version} LXC +pct set $CTID -description "# ${APP} LXC ### https://tteck.github.io/Proxmox/" msg_ok "Completed Successfully!\n" echo -e "${APP} should be reachable by going to the following URL.