From e337781d91d6156a740b1264db1c0ca7c89305a7 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 19 Jul 2023 21:38:19 +0200 Subject: [PATCH] wip #6145 --- .idea/workspace.xml | 14 +++++++++++--- update | 4 ++-- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5ed4ab5..bd4c9c4 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,7 @@ - + diff --git a/update b/update index db3737b..6942793 100755 --- a/update +++ b/update @@ -5,8 +5,8 @@ git fetch --all git reset --hard origin/master git stash git pull origin master -chmod 755 /docker/server-backup/ssh -chmod 600 /docker/server-backup/ssh/id_rsa +chmod 755 ./ssh +chmod 600 ./ssh/id_rsa DOCKER_BUILDKIT=1 docker compose build docker compose down docker compose up -d \ No newline at end of file -- 2.39.5