From 5cc3cdb6ad1633bf85cba5e12a5f43bdadb276e0 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Thu, 29 Sep 2022 20:03:48 +0100 Subject: [PATCH] Update 'scripts/syncthing/manifest.dat' --- scripts/syncthing/manifest.dat | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/syncthing/manifest.dat b/scripts/syncthing/manifest.dat index b7066ec..adda3c9 100644 --- a/scripts/syncthing/manifest.dat +++ b/scripts/syncthing/manifest.dat @@ -6,4 +6,10 @@ @ syncthing % @ #ADDITIONAL_REPLACE -@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";") \ No newline at end of file +@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";") +% +@ launch-docker.sh +@ launch-docker.sh & +% +@ #POST_LAUNCH_COMMANDS +@ os.system("docker exec syncthing chown -Rv abc /data1 /data2") \ No newline at end of file