From ec16fd03019c6a34655754fe8d2e414fa33d000d Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 5 Feb 2022 06:47:23 -0500 Subject: [PATCH] Update vault_container.sh --- ct/vault_container.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/vault_container.sh b/ct/vault_container.sh index f1f66ca6..f4989e21 100644 --- a/ct/vault_container.sh +++ b/ct/vault_container.sh @@ -73,7 +73,7 @@ function load_module() { TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/dev/setup/vault_setup.sh +wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/vault_setup.sh load_module overlay @@ -159,4 +159,4 @@ IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2 info "Successfully created a Vaultwarden LXC Container to $CTID" echo -e "\e[1;92m Vaultwarden should be reachable by going to the following URL. http://${IP}:8000 -\e[0m" \ No newline at end of file +\e[0m"