From b15989b1acd5fc439ff5c6a7da74043aa9702945 Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 22 Feb 2022 10:46:34 -0500 Subject: [PATCH] Update unprivileged-mariadb.sh --- unprev/unprivileged-mariadb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unprev/unprivileged-mariadb.sh b/unprev/unprivileged-mariadb.sh index 01def92a..032c50b5 100644 --- a/unprev/unprivileged-mariadb.sh +++ b/unprev/unprivileged-mariadb.sh @@ -96,7 +96,7 @@ export PCT_OPTIONS=" -memory 1024 -unprivileged 1 " -bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/unprev/create_lxc.sh)" || exit +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unprev/create_lxc.sh)" || exit STORAGE_TYPE=$(pvesm status -storage $(pct config $CTID | grep rootfs | awk -F ":" '{print $2}') | awk 'NR>1 {print $2}') if [ "$STORAGE_TYPE" == "zfspool" ]; then @@ -109,7 +109,7 @@ echo -e "${CM}${CL} \r" alias lxc-cmd="lxc-attach -n $CTID --" -lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/unprev/mariadb-install.sh)" || exit +lxc-cmd bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/unprev/mariadb-install.sh)" || exit IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')