From: Vincent Vanwaelscappel Date: Wed, 19 Jul 2023 19:38:19 +0000 (+0200) Subject: wip #6145 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e337781d91d6156a740b1264db1c0ca7c89305a7;p=server-backup.git wip #6145 --- 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