From 928d13cb712b268c5d8eb89ffce974699c783ab1 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 25 Jan 2024 06:07:39 -0500 Subject: [PATCH] Update runtipi-install.sh fixes https://github.com/tteck/Proxmox/issues/2384 --- install/runtipi-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/runtipi-install.sh b/install/runtipi-install.sh index f39dc1f4..584ea16b 100644 --- a/install/runtipi-install.sh +++ b/install/runtipi-install.sh @@ -25,9 +25,9 @@ mkdir -p "$(dirname "$DOCKER_CONFIG_PATH")" echo -e '{\n "log-driver": "journald"\n}' > "$DOCKER_CONFIG_PATH" cd /opt wget -q https://raw.githubusercontent.com/runtipi/runtipi/master/scripts/install.sh -sed -i -e '/newgrp docker/d' -e '/exit 0/d' install.sh chmod +x install.sh $STD ./install.sh +chmod 666 /opt/runtipi/state/settings.json msg_ok "Installed Runtipi" motd_ssh